Skip to content

Fix GenericSQLAdapter to use manual path concatenation - #3202

Merged
texodus merged 1 commit into
masterfrom
duckdb-column-sep
Jul 21, 2026
Merged

Fix GenericSQLAdapter to use manual path concatenation#3202
texodus merged 1 commit into
masterfrom
duckdb-column-sep

Conversation

@texodus

@texodus texodus commented Jul 21, 2026

Copy link
Copy Markdown
Member

Sort of fixes #3187 by manually concatenating column names instead of relying on DuckDB's defaults. This still hardcodes "|", but leaves the possibility of at least making this user configurable in the future.

Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus added the enhancement Feature requests or improvements label Jul 21, 2026
@texodus
texodus marked this pull request as ready for review July 21, 2026 20:57
@texodus
texodus merged commit 8d655c2 into master Jul 21, 2026
16 checks passed
@texodus
texodus deleted the duckdb-column-sep branch July 21, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Feature requests or improvements

Development

Successfully merging this pull request may close these issues.

GenericSQLVirtualServerModel mangles column names with underscores

1 participant