File tree 4 files changed +21
-16
lines changed
4 files changed +21
-16
lines changed Original file line number Diff line number Diff line change
1
+ 2015-01-28: New major release: improved handling of asynchronous operations.
2
+ This required an API-change to the "flush" method.
3
+
4
+ Thanks to Max Wolter from Jane Street Capital for the patch!
5
+
1
6
2014-10-29: Fixed an installation problem due to a missing internal module.
2
7
3
8
2014-10-23: Fixed string handling for new OCaml version 4.02 (String/Bytes
10
15
* reset_start
11
16
* reset_poll
12
17
13
- And also:
18
+ And also:
14
19
15
- * set_single_row_mode
20
+ * set_single_row_mode
16
21
17
- Thanks to Petter Urkedal <paurkedal@gmail.com> for these
18
- contributions!
22
+ Thanks to Petter Urkedal <paurkedal@gmail.com> for these
23
+ contributions!
19
24
20
25
2014-08-10: New asynchronous methods:
21
26
22
27
* send_describe_prepared
23
28
* send_describe_portal
24
29
25
- Thanks to Petter Urkedal <paurkedal@gmail.com> for these
26
- contributions!
30
+ Thanks to Petter Urkedal <paurkedal@gmail.com> for these
31
+ contributions!
27
32
28
33
2014-03-10: New asynchronous methods:
29
34
30
35
* send_prepare
31
36
* send_query_prepared
32
37
33
- Thanks to Petter Urkedal <paurkedal@gmail.com> for these
34
- contributions!
38
+ Thanks to Petter Urkedal <paurkedal@gmail.com> for these
39
+ contributions!
35
40
36
41
2013-07-08: Fixed a version discovery problem with beta versions of
37
42
PostgreSQL.
Original file line number Diff line number Diff line change 1
1
OASISFormat: 0.4
2
2
Name: postgresql
3
- Version: 2.1.2
3
+ Version: 3.0.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>,
7
7
Markus Mottl <markus.mottl@gmail.com>,
8
8
Petter Urkedal <paurkedal@gmail.com>
9
9
Copyrights: (C) 2001-2012 Alain Frisch <alain.frisch@lexifi.com>,
10
- (C) 2004-2014 Markus Mottl <markus.mottl@gmail.com>,
10
+ (C) 2004-2015 Markus Mottl <markus.mottl@gmail.com>,
11
11
(C) 2014-2014 Petter Urkedal <paurkedal@gmail.com>
12
12
Maintainers: Markus Mottl <markus.mottl@gmail.com>,
13
13
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: d47606a310e6ba80ffb3692bf4b06615 )
3
- version = "2.1.2 "
2
+ # DO NOT EDIT (digest: a0836cc8aad07290a0820a701f48ac68 )
3
+ version = "3.0.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: 266cc468eef9a73fa43d3600e572b574 ) *)
4
+ (* DO NOT EDIT (digest: 6b4711ed7807a5f41b74b4e96a6aee18 ) *)
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 = " 2.1.2 " ;
6686
+ version = " 3.0.0 " ;
6687
6687
license =
6688
6688
OASISLicense. DEP5License
6689
6689
(OASISLicense. DEP5Unit
@@ -6696,7 +6696,7 @@ let setup_t =
6696
6696
copyrights =
6697
6697
[
6698
6698
" (C) 2001-2012 Alain Frisch <alain.frisch@lexifi.com>" ;
6699
- " (C) 2004-2014 Markus Mottl <markus.mottl@gmail.com>" ;
6699
+ " (C) 2004-2015 Markus Mottl <markus.mottl@gmail.com>" ;
6700
6700
" (C) 2014-2014 Petter Urkedal <paurkedal@gmail.com>"
6701
6701
];
6702
6702
maintainers =
@@ -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 " \156 Ñ \129\029 ¾sBf÷ \028 ÁµªñÐí " ;
7104
+ oasis_digest = Some " s¶o£õ \151 (¨ÝÊé \000 KÈÈ \015 " ;
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