Skip to content

Commit fcd171c

Browse files
committed
chore: Update changelog
1 parent 179bef3 commit fcd171c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- ConnectionAttribute is now a strict alias.
15-
- unixODBC build script early exits on windows.
14+
- ConnectionAttribute is now a strict alias of `i32`. This has been done to support driver specific Connection Attributes. E.g. `SQL_COPT_SS_ACCESS_TOKEN` for Microsoft SQL Server. If you are migrating from the previous version of `odbc-sys` you will find that each variant of the former `ConnectionAttribute` enumeration has an equivalent constant. E.g. `ConnectionAttribute::PacketSize` is now `ConnectionAttribute::PACKET_SIZE`.
15+
- unixODBC build script early exits on windows. This makes it easier to use the vendored unix-odbc feature, because we won't need a separate configuration for windows systems anymore. As on windows like platforms unixODBC will be an empty crate instead of one which does not build. On top of that it makes the Rust Analyzer work again for contributers to `odbc-sys` on windows platforms.
1616

1717
### Other
1818

0 commit comments

Comments
 (0)