File tree Expand file tree Collapse file tree 5 files changed +19
-11
lines changed Expand file tree Collapse file tree 5 files changed +19
-11
lines changed Original file line number Diff line number Diff line change
1
+ 2015-12-18: Fixed a GC-bug when unescaping with "unescape_bytea".
2
+
3
+ Thanks to Sebastien Mondet for the bug report and for testing
4
+ the patch!
5
+
1
6
2015-07-10: Fixed a GC-bug in PQconndefaults_stub.
2
7
3
8
Thanks to Roven Gabriel for the patch!
Original file line number Diff line number Diff line change 1
1
OASISFormat: 0.4
2
2
Name: postgresql
3
- Version: 3.2.1
3
+ Version: 3.2.2
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 <
[email protected] >,
Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: 7db4a148737a712605771f2a044f51b1 )
3
- version = "3.2.1 "
2
+ # DO NOT EDIT (digest: c37088413962ccee07fd0ec2f542e81f )
3
+ version = "3.2.2 "
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
(* OASIS_START *)
2
- (* DO NOT EDIT (digest: 2f6db32590a6b778a4f6a9b9c2878dd1 ) *)
2
+ (* DO NOT EDIT (digest: 06eef5aa6ae6163b3da405de99e8b560 ) *)
3
3
module OASISGettext = struct
4
4
(* # 22 "src/oasis/OASISGettext.ml" *)
5
5
@@ -647,7 +647,9 @@ let package_default =
647
647
A " -ccopt" ;
648
648
A " -Wunused" ;
649
649
A " -ccopt" ;
650
- A " -Wno-long-long"
650
+ A " -Wno-long-long" ;
651
+ A " -ccopt" ;
652
+ A " -Wno-keyword-macro"
651
653
])
652
654
]);
653
655
([" oasis_library_postgresql_cclib" ; " link" ],
@@ -663,7 +665,7 @@ let conf = {MyOCamlbuildFindlib.no_automatic_syntax = false}
663
665
664
666
let dispatch_default = MyOCamlbuildBase. dispatch_default conf package_default;;
665
667
666
- # 667 " myocamlbuild.ml"
668
+ # 669 " myocamlbuild.ml"
667
669
(* OASIS_STOP *)
668
670
669
671
let () =
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: eb75aac13e1f16e5ed276d8466a58122 ) *)
4
+ (* DO NOT EDIT (digest: 0bf232d331b360d6e42999e6777b162d ) *)
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.2.1 " ;
6686
+ version = " 3.2.2 " ;
6687
6687
license =
6688
6688
OASISLicense. DEP5License
6689
6689
(OASISLicense. DEP5Unit
@@ -6802,7 +6802,8 @@ let setup_t =
6802
6802
" -pedantic" ;
6803
6803
" -Wextra" ;
6804
6804
" -Wunused" ;
6805
- " -Wno-long-long"
6805
+ " -Wno-long-long" ;
6806
+ " -Wno-keyword-macro"
6806
6807
])
6807
6808
];
6808
6809
bs_cclib = [(OASISExpr. EBool true , [" -lpq" ])];
@@ -7101,15 +7102,15 @@ let setup_t =
7101
7102
};
7102
7103
oasis_fn = Some " _oasis" ;
7103
7104
oasis_version = " 0.4.5" ;
7104
- oasis_digest = Some " \154 7+ \019 m \022\129 8m| \155 !¨5 \143 Á " ;
7105
+ oasis_digest = Some " î \025\026\144\021 aÒ \026 c×Gô \"\027 Öì " ;
7105
7106
oasis_exec = None ;
7106
7107
oasis_setup_args = [] ;
7107
7108
setup_update = false
7108
7109
};;
7109
7110
7110
7111
let setup () = BaseSetup. setup setup_t;;
7111
7112
7112
- # 7113 " setup.ml"
7113
+ # 7114 " setup.ml"
7113
7114
(* OASIS_STOP *)
7114
7115
7115
7116
let () =
You can’t perform that action at this time.
0 commit comments