chore(csharp): bump version to 1.1.8 - #647
Merged
Merged
Conversation
Cut the v1.1.8 patch release on the release/csharp/v1.1.latest line. Accumulates the SEA metadata parity fixes, GEOMETRY/GEOGRAPHY GetColumns support, the opt-in adbc.databricks.scope_current_catalog parameter, and assorted correctness fixes landed since v1.1.7. Co-authored-by: Isaac
eric-wang-1990
enabled auto-merge
August 12, 2026 05:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Cut the v1.1.8 patch release of the C# Databricks ADBC driver.
VersionPrefix1.1.7→1.1.8incsharp/Directory.Build.props[1.1.8]section tocsharp/CHANGELOG.mdPatch bump: everything since
v1.1.7is drop-in compatible for consumers (the one new connection parameter is opt-in / default-off; the rest are correctness fixes, tests, and CI). Advances the existingrelease/csharp/v1.1.latestline.Release automation
Per
csharp/RELEASE_PROCESS.md, merging this tomaintriggerscsharp-sync-latest.yml, which will:main→release/csharp/v1.1.latestcsharp/v1.1.8release/csharp/latestChangelog (since v1.1.7)
Added
adbc.databricks.scope_current_catalogfor native-query catalog scoping (default off) (fix(csharp): opt-in native-query catalog scoping via adbc.databricks.scope_current_catalog #635)GetPrimaryKeys/GetCrossReference(feat(csharp): validate exact-match args for SEA GetPrimaryKeys / GetCrossReference #609)Fixed
escape_pattern_wildcardsnot honored for the catalog dimension on the SEA path (escape_pattern_wildcards not honored for catalog dimension on SEA path (match-all % diverges from Thrift) #593, fix(csharp): escape_pattern_wildcards not honored for catalog dimension on SEA path (match-all % diverges from Thrift) (#593) #594)tableTypesfilter now matches no rows rather than all rows (JDBC parity) (fix(csharp): empty tableTypes filter matches none, not all (JDBC parity) #626)GEOMETRY/GEOGRAPHYcolumns inGetColumns(metadata(csharp): Thrift GetColumns throws NotSupportedException on GEOMETRY/GEOGRAPHY columns #568, fix(csharp): return a row for GEOMETRY/GEOGRAPHY columns in GetColumns (#568) #627)SqlStatefromstatus.sql_stateon failed SEA statements (fix(csharp): read SqlState from status.sql_state on failed SEA statements #636)GetPrimaryKeysrow identifiers from the server response, not input case (fix(csharp): sEA GetPrimaryKeys row identifiers from server response, not input case #622)CloseOperationbest-effort inDatabricksCompositeReader.Dispose(fix(csharp): make CloseOperation best-effort in DatabricksCompositeReader.Dispose #618)This pull request and its description were written by Isaac.