odbc-sys

FFI (Foreign Function Interface) bindings for ODBC (Open Database Connectivity) for Rust.

MIT License

Downloads
896K
Stars
26
Committers
10

Bot releases are visible (Hide)

odbc-sys - Version 0.17.2 Latest Release

Published by pacman82 over 3 years ago

odbc-sys - Version 0.17.1

Published by pacman82 over 3 years ago

odbc-sys - Version 0.17.0

Published by pacman82 almost 4 years ago

odbc-sys - Version 0.16.0

Published by pacman82 almost 4 years ago

odbc-sys - Version 0.15.0

Published by pacman82 almost 4 years ago

odbc-sys - Version 0.10.0

Published by pacman82 about 4 years ago

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.
odbc-sys -

Published by pacman82 over 6 years ago

Missing variants added to SqlDataType

  • SQL_DATE
  • SQL_TIME
  • SQL_TIMESTAMP
  • SQL_EXT_WCHAR
  • SQL_EXT_WVARCHAR
  • SQL_EXT_WLONGVARCHAR
odbc-sys -

Published by pacman82 over 6 years ago

  • fix typo in SQLEndTran
odbc-sys -

Published by pacman82 over 6 years ago

  • Add SqlConnectionAttribute
  • Add SqlCompletionType
odbc-sys -

Published by pacman82 almost 7 years ago

  • add SQLSetStmtAttr
odbc-sys -

Published by pacman82 about 7 years ago

Fix: SQL_UNBIND is now 2 instead of 1 which is actually SQL_DROP.

odbc-sys -

Published by pacman82 about 7 years ago

  • SQL_OV_ODBC2,SQL_OV_ODBC3,SQL_OV_ODBC3_80,SQL_OV_ODBC4 version attributes are now part of OdbcVersion enumeration.
odbc-sys -

Published by pacman82 about 7 years ago

  • Adds extended types to SqlDataType. Thanks to @Koka for the contribution.
odbc-sys -

Published by pacman82 over 7 years ago

  • adds enumaration Nullable
  • SQLDescribeCol signature changes to accept a *mut Nullable instead of *mut SQLSMALLINT
odbc-sys -

Published by pacman82 over 7 years ago

  • missing SQL_C_WCHAR added to SqlCDataType enumeration
  • added declaration for SQLDescribeCol
odbc-sys -

Published by pacman82 over 7 years ago

odbc-sys -

Published by pacman82 over 7 years ago

  • SQLPrepare
  • SQLExecute
odbc-sys -

Published by pacman82 over 7 years ago

  • SQLBindParameter
  • SQL_PARAM_*
odbc-sys -

Published by pacman82 over 7 years ago

  • fix: SQLLEN is now 64bit on 64bit Linux platforms
odbc-sys -

Published by pacman82 over 7 years ago

  • Renamed crate to odbc-sys
  • Added SqlCDataType