Skip to content

v14.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 18:55

Added

  • You can now compile with using the wide (i.e. UTF-16) character set versions of ODBC functions calls on non-windows platforms by specifying the wide feature. Similarly you can now complie using the narrow character set on windows platforms by specifying the narrow feature. The default remains wide on windows and narrow on non-windows targets. This required updating using odbc-api 10.0.0. The only thing thing changing however from odbc-api 9 to 10 are the default compilation of feature flags, so your code should just continue working.

  • [breaking] Update odbc-api >= 9, < 10 -> >= 10, < 11