package postgresql
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=de42225cfcddb173352dcdeeba09594eae1c11c549480eef9fc623a3ca1b2e50
sha512=14875b271b85365c81a9a8fe614c50fe0205443cdd34e04cb1c727956f161cb310ac2acaf4790e8eace972e5c7d21a4bc7e39735d518f5a019410954f3ed62ba
CHANGES.md.html
4.5.1 (2019-10-11)
Fixed warnings in C-stubs
Support detection of release candidate version numbers
4.5.0 (2019-06-06)
Added support for
put_copy_data
,put_copy_end
, andget_copy_data
Thanks to Petter A. Urkedal for the patch!
4.4.2 (2019-03-28)
Fixed documentation formatting warnings
Fixed OpenSUSE depexts
4.4.1 (2018-10-25)
Switched to dune, dune-release, and OPAM 2.0
4.4.0 (2018-07-08)
Added support for executing queries with binary results.
Thanks to Paul Biggar for the patch!
4.3.0 (2017-12-30)
Added error handling functions for extracting more error details.
Thanks to Sean Grove for the patches!
4.2.1 (2017-11-22)
Improved finalization of result values for better performance.
4.2.0 (2017-10-10)
Fixed bigarray library dependencies. No need for the user to explicitly link with
bigarray
when using certain functions anymore.Used untagged integer representations in external calls for improved efficiency.
4.1.0 (2017-08-02)
Switched to jbuilder and topkg