Skip to content

Releases: pacman82/odbc-sys

v0.25.0

02 Jan 19:27
Compare
Choose a tag to compare

Added

  • Automatically detect homebrew library path on Mac-OS

Breaking

  • Fix Typo CDataType::TypeTimestampWithTimzone is now CDataType::TypeTimestampWithTimezone

Version 0.17.2

12 Mar 19:09
Compare
Choose a tag to compare
v0.17.2

support for iodbc

Version 0.17.1

12 Feb 11:50
Compare
Choose a tag to compare
v0.17.1

Fix constant INVALID_HANDLE

Version 0.17.0

02 Jan 18:01
Compare
Choose a tag to compare
v0.17.0

prepare 0.17.0

Version 0.16.0

16 Nov 22:47
Compare
Choose a tag to compare
v0.16.0

ULen -> usize, Len -> isize

Version 0.15.0

13 Nov 19:49
Compare
Choose a tag to compare
v0.15.0

bump version to 0.15.0

Version 0.10.0

05 Aug 18:08
Compare
Choose a tag to compare

Two major breaking changes:

  • Applied Rust naming conventions.
  • Enumerations used as output arguments have been replaced with Integer types + Constants in order to avoid undefined behaviour.

v0.6.0

09 Feb 20:20
Compare
Choose a tag to compare

Missing variants added to SqlDataType

  • SQL_DATE
  • SQL_TIME
  • SQL_TIMESTAMP
  • SQL_EXT_WCHAR
  • SQL_EXT_WVARCHAR
  • SQL_EXT_WLONGVARCHAR

v0.5.4

30 Jan 15:42
Compare
Choose a tag to compare
  • fix typo in SQLEndTran

v0.5.3

29 Jan 01:20
Compare
Choose a tag to compare
  • Add SqlConnectionAttribute
  • Add SqlCompletionType