Releases: mmottl/postgresql-ocaml
Releases · mmottl/postgresql-ocaml
5.1.3
5.1.2
5.1.1
5.1.0
CHANGES:
-
Made Postgresql.null a now unique, empty string.
-
Fixed license format and a typo.
-
Fixed some odoc references.
-
Added GitHub workflows.
-
Added automatic formatting with ocamlformat and clang-format.
-
Ported the config discovery script to pkg-config
Thanks to Antonio Nuno Monteiro for the patch.
-
Improved Dune rules.
-
Used new OCaml 4.12 C-macros.
-
Switched to Dune lang 2.7.
5.0.0
4.6.3
4.6.2
4.6.1
CHANGES:
-
Fixed a bug in
request_cancel
that turned errors into success and
success into an error. Thanks to Dmitry Astapov for this patch!- Added support for const char strings in stubs due to stricter handling
in newer OCaml runtimes. This eliminates C-compiler warnings.
- Added support for const char strings in stubs due to stricter handling