Releases: duckdb/duckdb-odbc
Releases · duckdb/duckdb-odbc
Release 1.4.4.0
What's Changed
- Link libodbcinst statically on macOS (1.4) by @staticlibs in #369
Full Changelog: v1.4.3.0...v1.4.4.0
Release 1.4.3.0
What's Changed
- Add Windows ARM64 build to CI (1.4) by @staticlibs in #313
- Enable ccache on CI on Linux and macOS (1.4) by @staticlibs in #318
- Enable ccache on Windows CI (1.4) by @staticlibs in #319
- Fix Windows ARM64 upload to CF by @staticlibs in #323
Full Changelog: v1.4.2.0...v1.4.3.0
Release 1.4.2.0
What's Changed
- Fix NumResultsCol for extension statements (1.4) by @staticlibs in #301
Full Changelog: v1.4.1.0...v1.4.2.0
Release v1.4.1.0
What's Changed
- Fix SQLNumResultCols for CALL, EXECUTE (1.4) by @staticlibs in #246
Full Changelog: v1.4.0.0...v1.4.1.0
Release v1.4.0.0
What's Changed
- Fix exported symbols on Mac (1.4) by @staticlibs in #234
- Update CAPI exported symbols (1.4) by @staticlibs in #235
Full Changelog: v1.3.2.0...v1.4.0.0
Release v1.3.2.0
What's Changed
- Support running with older C++ stdlib (1.3) by @staticlibs in #179
- Fix SQL_NUMERIC_STRUCT handling for neg decs (1.3) by @kevinjamesus86 in #180
- Increase column size for MSDASQL linked src (1.3) by @staticlibs in #181
- Refactor internal functions (1.3) by @maiadegraaf in #182
- Fix ODBC conformance for numeric types (1.3) by @kevinjamesus86 in #183
Full Changelog: v1.3.1.0...v1.3.2.0
Release v1.3.1.0
What's Changed
- Fix vendoring PRs for stable branches (1.3) by @staticlibs in #152
- Enable macOS check for vendoring PR merge (1.3) by @staticlibs in #154
- Exclude test runnners from Windows bundle (1.3) by @staticlibs in #156
- Update GH Windows runners (1.3) by @staticlibs in #160
- Use devtoolset-12 for Linux builds (1.3) by @staticlibs in #161
- Support catalog name in SQLTables (1.3) by @staticlibs in #162
- Support connection strings without null-term (1.3) by @staticlibs in #163
- Support running an SQL file on init (1.3) by @staticlibs in #164
Full Changelog: v1.3.0.0...v1.3.1.0
Release v1.3.0.0
What's Changed
- Fix SQLColumns output for decimal columns by @staticlibs in #81
- Use custom token to push vendoring changes by @staticlibs in #102
- Print Diagnositcs from
ODBC_CHECKby @maiadegraaf in #99 - Add portable lenient UTF-8/16 conversion routines by @staticlibs in #70
- Fix SQLColAttribute to return length of data even if no buffer provided by @staticlibs in #104
- Use 4-part version numbers for releases by @staticlibs in #105
- Switch to manylinux_2_28 by @staticlibs in #106
- Update Ubuntu image used for clang-format runs by @staticlibs in #103
- Enable extensions auto-load/install by default by @staticlibs in #110
- Support DATE and TIME bind parameter types by @staticlibs in #92
- Use PRs when importing engine sources by @staticlibs in #96
- Support Vendor.yml workflow for stable branches by @staticlibs in #116
- Clean up narrowing warnings by @staticlibs in #120
- Minor fix to vendoring PRs check by @staticlibs in #123
- Add unicode entry points and data conversion by @staticlibs in #118
- Fix the crash on allowed_paths config option by @staticlibs in #117
- Fix workflow job that merges vendoring PRs by @staticlibs in #126
- Do not fail Vendor.yml when no changes imported by @staticlibs in #129
- Correct type mappings for .NET numeric types by @staticlibs in #128
- Empty Stub Improvements by @maiadegraaf in #124
- Support fetching TIMESTAMPTZ as SQL_TYPE_TIMESTAMP by @staticlibs in #127
- Do not create unneeded threads for default DB by @staticlibs in #132
- Rename arm64 artifacts by @staticlibs in #136
- Support retrieving widechar data in parts by @staticlibs in #131
- Allow query execution with unbound parameters by @staticlibs in #133
Full Changelog: v1.2.2.2...v1.3.0.0
Release v1.2.2.2
What's Changed
- Fix SQLColumns output for decimal columns (1.2) by @staticlibs in #111
- Enable extensions auto-load/install by default (1.2) by @staticlibs in #112
- Support DATE and TIME bind parameter types (1.2) by @staticlibs in #113
Full Changelog: v1.2.2.1...v1.2.2.2
Release v1.2.2.1
What's Changed
- Add DuckDB platform to ENV by @maiadegraaf in #100
- Use 4-part version numbers for 1.2 branch by @staticlibs in #107
- Update Ubuntu image used for clang-format runs by @staticlibs in #109
- Revert "Update isql tests after duckdb/duckdb#15864" by @staticlibs in #108
Full Changelog: v1.2.2...v1.2.2.1