Releases: kennknowles/ocaml-freetds
Releases · kennknowles/ocaml-freetds
0.7
CHANGES:
- Release the runtime lock during IO (@brendanlong).
- Many fixes to the C stubs of
DblibandCtthanks to
@brendanlong. In particular, raising exceptions onDbliberrors
should no longer bring havoc to the DBPROCESS. - Port to Dune and
dune.configurator.
0.6
0.6 2018-05-29
- Add a parameter
versiontoDblib.connectto be able to choose
the protocol version. Explain how the old protocol versions
do not allow empty strings which will be returned as' '. - Keep the compatibility with FreeTDS version < 0.91.
- Keep int64 as such on the OCaml side (they used to be transformed
into strings). - Document
Dblib.severity. - Make error messages more informative by splicing the binding on a
finer level. A configure script ensures the synchronization with
values defined in the C header files. - Add tests for
DblibandCt(checked by AppVeyor on
Windows/mingw). - Improve the interface of
Ct.get_messages. - Complete the depexts list.