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 thenarrow
feature. The default remainswide
on windows andnarrow
on non-windows targets. This required updating usingodbc-api 10.0.0
. The only thing thing changing however fromodbc-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