File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ 2015-03-26: Added support for JSON and JSONB field types.
2
+
3
+ Thanks to Tomohiro Matsuyama for the patch!
4
+
1
5
2015-01-28: New major release: improved handling of asynchronous operations.
2
6
This required an API-change to the "flush" method.
3
7
Original file line number Diff line number Diff line change 1
1
OASISFormat: 0.4
2
2
Name: postgresql
3
- Version: 3.0 .0
3
+ Version: 3.1 .0
4
4
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
5
5
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
6
6
Authors: Alain Frisch <alain.frisch@lexifi.com>,
Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: a0836cc8aad07290a0820a701f48ac68 )
3
- version = "3.0 .0"
2
+ # DO NOT EDIT (digest: 435efafbff887197877a778d85680896 )
3
+ version = "3.1 .0"
4
4
description = "postgresql-ocaml - bindings to the PostgreSQL library"
5
5
requires = "threads bigarray bytes"
6
6
archive(byte) = "postgresql.cma"
Original file line number Diff line number Diff line change 1
1
(* setup.ml generated for the first time by OASIS v0.3.0 *)
2
2
3
3
(* OASIS_START *)
4
- (* DO NOT EDIT (digest: 6b4711ed7807a5f41b74b4e96a6aee18 ) *)
4
+ (* DO NOT EDIT (digest: efeb60454d43be1aaf722f2dde5918d3 ) *)
5
5
(*
6
6
Regenerated by OASIS v0.4.5
7
7
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
6683
6683
alpha_features = [] ;
6684
6684
beta_features = [] ;
6685
6685
name = " postgresql" ;
6686
- version = " 3.0 .0" ;
6686
+ version = " 3.1 .0" ;
6687
6687
license =
6688
6688
OASISLicense. DEP5License
6689
6689
(OASISLicense. DEP5Unit
@@ -7101,7 +7101,7 @@ let setup_t =
7101
7101
};
7102
7102
oasis_fn = Some " _oasis" ;
7103
7103
oasis_version = " 0.4.5" ;
7104
- oasis_digest = Some " s¶o£õ \151 (¨ÝÊé \000 KÈÈ \015 " ;
7104
+ oasis_digest = Some " ¥+% \136 8Ûïá¨æ?C \025 SÍ* " ;
7105
7105
oasis_exec = None ;
7106
7106
oasis_setup_args = [] ;
7107
7107
setup_update = false
You can’t perform that action at this time.
0 commit comments