You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a parameter version to Dblib.connect to 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 Dblib and Ct (checked by AppVeyor on
Windows/mingw).