Releases: pacman82/arrow-odbc
Releases · pacman82/arrow-odbc
v21.0.0
v20.1.1
Other
- Support arrow 57
v20.1.0
Added
- Then auto generating the insert statement into a table, column names which are already quoted, i.e. are enclosed in either rectangular brackets (
[,]), double quotes (") or backticks (`````) will not be quoted. This way if a column is named after a reserved keyword e.g.valuesor `from`, users could rename the column in the source to their quoted representation in order to avoid syntax errors in the statement.
Other
- Explain reasoning behind
is_already_quotedin comment. - Mention GitHub issue triggering the change to column name
- Test for insterting into a table with a column using a reserved
- Replace lazy_static with std::once_lock
v20.0.1
Other
- Support
odbc-api 20
v20.0.0
Added
- [breaking] Support OdbcWriter taking ownership of Arc<Mutex>
v19.1.1
Other
- (deps) update odbc-api requirement from >= 15, < 17 to >= 15, < 18
v19.1.0
Added
- Support
odbc-api 16
Fixed
- missing other entry in Changelog
- Missing changelog entry for 19.0.0
v19.0.0
Other
- Move automerge logic into build.yml.
- (deps) update arrow requirement from >= 29, < 56 to >= 29, < 57
- Auto merge dependabot PRs
v18.1.2
Other
- Move automerge logic into build.yml.
- (deps) update arrow requirement from >= 29, < 56 to >= 29, < 57
- Auto merge dependabot PRs
v18.1.1
Other
- (deps) update odbc-api requirement from >= 12, < 14 to >= 12, < 15