Releases: pacman82/odbc-api
Releases · pacman82/odbc-api
odbc-api-v19.1.0
Added
- Adds compile time feature
vendored-unix-odbc
Other
- (deps) bump widestring from 1.2.0 to 1.2.1
- (deps) bump thiserror from 2.0.16 to 2.0.17
- (deps) bump tempfile from 3.22.0 to 3.23.0
- (deps) bump quote from 1.0.40 to 1.0.41
odbc-api-derive-v12.0.5
chore: release
odbc-api-v19.0.2
Other
- Fix mismatched lifetime syntaxes
- formatting
- Fix more typos and grammar issues
- Fix typos and grammar issues
- Fix typos in Readme.md
- (deps) bump anyhow from 1.0.99 to 1.0.100
odbc-api-derive-v12.0.4
chore: release
odbc-api-v19.0.1
Other
- Highlight warnings about caveats of asynchronous polling mode.
- (deps) bump tempfile from 3.21.0 to 3.22.0
- move async_stream_of_rows_from_other_thread up, since it is not a
- Verify static ownership of row stream
odbc-api-v19.0.0
Fixed
- Fixed a soundness issue with non-
Sendparameters being allowed to
odbc-api-v18.0.1
Other
- update to odbc-sys 0.27
- use next_blob_param helper also in
execute
odbc-api-v18.0.0
Added
- Allow for async row streams to be Send
StatementImplandStatementRefare nowSend
Fixed
- [breaking]
Statement::num_result_colsnow takes a&mut selfinstead of
Other
- Update to odbc-sys 26
- Fix broken reference
- Minor improvemnts to doc comments
- (deps) bump log from 0.4.27 to 0.4.28
- (deps) bump tempfile from 3.20.0 to 3.21.0
- (deps) bump thiserror from 2.0.15 to 2.0.16
- (deps) bump thiserror from 2.0.14 to 2.0.15
- (deps) bump proc-macro2 from 1.0.97 to 1.0.101
- (deps) bump syn from 2.0.105 to 2.0.106
odbc-api-derive-v12.0.3
chore: release
odbc-api-v17.0.0
Added
- ConnectionTransition::into_preallocated
- It is now possible to create
Preparedstatements owning aSharedConnectiondue toSharedConnectionimplementingConnectionTransition - It is now possible to create
Preparedstatements owning aArc<Connection>due toArc<Connection>implementingConnectionTransition
Other
- [breaking] Repalce
odbc_api::shared_connection_into_cursorwithConnectionTransition::into_cursor - [breaking]
Prepared::into_statementis now namedinto_handle. Connection::execute_arcis replaced byConnectionTransition::into_cursor- [breaking]
ConnectionAndErroris now a type alias toFailedStateTransition - [breaking] Removed
Connection::into_sys