Releases: pacman82/odbc-api
Releases · pacman82/odbc-api
odbc-api-v14.0.0
Added
- Support for saving memory through binding one input parameter two multiple placeholders, in cases there these placeholders are supposed to be replaced withe the same values. In order to achieve this the methods
Prepared::into_columnar_inserter_with_mappingandPrepared::column_inserter_with_mappinghane been added.
Other
- [breaking]
Prepared::unchecked_bind_columnar_array_parametersnow takes an explicit mapping - [breaking]
ColumnarBulkInserter::newnow takes an explicit mapping
odbc-api-derive-v12.0.0
chore: Adapt changelog
odbc-api-v13.1.0
Added
- Add
NullableSlice::getto access n-th element without iterating
Other
- Mention that get can panic for TextColumnView::get
- (deps) bump env_logger from 0.11.6 to 0.11.8
- Explain why Connection is not
Sync - (deps) bump tokio from 1.45.0 to 1.45.1
- bulk fetch dates
- use non-deprecated black box from standard library
- (deps) bump syn from 2.0.103 to 2.0.104
- (deps) bump syn from 2.0.102 to 2.0.103
- (deps) bump syn from 2.0.101 to 2.0.102
- unit test expansion of derive Fetch macro
odbc-api-derive-v11.0.3
chore: release
odbc-api-v13.0.1
Other
- document how to fetch nullable values with get_data
- (deps) bump winit from 0.30.10 to 0.30.11
- (deps) bump tempfile from 3.19.1 to 3.20.0
- (deps) bump criterion from 0.5.1 to 0.6.0
odbc-api-v13.0.0
Added
- [breaking] Move prompting for connection string to "prompt" feature (#720)
Other
- Explaining the
promptfeature. - learning test for concise type reported for time
- (deps) bump tokio from 1.44.2 to 1.45.0
- Add 2Byte Character in UTF16 to umlaut test
- umlaut in column name
- fix test Column Description for date
- Column Description for date
odbc-api-v12.2.0
Added
- Adds
Nullability::could_be_nullable
odbc-api-derive-v11.0.2
chore: release
odbc-api-v12.0.2
Fixed
DataType::utf8_lenandDataType::utf16_lennow also account for special characters ifDataTypeisLongVarcharorWLongVarcharSqlDataType::EXT_W_LONG_VARCHARis now mapped toDataType::WLongVarcharrather thanDataType::Other.
Together these fixes should enable downstream crates like arrow-odbc to allocate large enough buffers for fetching strings with special characters even large relational types like VACHAR(1000) are used with PostgreSQL.
Other
- Fix test assertions for non-windows platforms
- Import transmute from mem rather than intrinsic namespace
- (deps) bump anyhow from 1.0.97 to 1.0.98
- Added MacPorts
odbc-api-derive-v11.0.1
chore: Update CHANGELOG.md