Releases: SAP/odbc-cpp-wrapper
Releases · SAP/odbc-cpp-wrapper
odbc-cpp-wrapper v1.1
odbc-cpp-wrapper v1.0
First production ready release
What's Changed
- Expose SQLSpecialColumns via DatabaseMetaData::getSpecialColumns by @mrylov in #18
- Expose SQLStatistics via DatabaseMetaData::getStatistics by @mrylov in #19
- Add getBaseColumnName and getBaseTableName functions to ResultSetMeta… by @mrylov in #20
- chore: Integrate REUSE tool by @SebastianWolf-SAP in #25
- Add SQLDataTypes::Unknown type by @mrylov in #26
- Make namespace configurable by @mrylov in #29
- Make namespace configurable (part 2) by @mrylov in #31
- Make namespace configurable (part 3) by @mrylov in #32
- Fix: PreparedStatement::getBatchDataSize() may return uninitialized value by @mrylov in #33
- Add move constructor and move assignment operator to Reference class by @mrylov in #34
- Resolve some compiler warnings by @mrylov in #37
Full Changelog: v0.2...v1.0