forked from dimitri/pgloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingcomponent: schemaDDL generation, schema discovery, indexesDDL generation, schema discovery, indexesencodingCharacter encoding or collation issueCharacter encoding or collation issuesource: mssqlMS SQL Server source migrationsMS SQL Server source migrations
Description
Upstream PR
Summary
FK querying breaks on MSSQL databases with case-sensitive collation (e.g., SQL_Latin1_General_CP850_BIN2). Fix changes filter column references from lowercase kcu1 to uppercase KCU1 to match the SQL alias casing.
Files
src/sources/mssql/mssql-schema.lisp
Notes
- Low risk, 4-line change
- Overlaps with PR fix: handle fetch-foreign-keys for mssql dimitri/pgloader#1243 (same fix) — either can be applied
- Priority: Lower — evaluate carefully
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent: schemaDDL generation, schema discovery, indexesDDL generation, schema discovery, indexesencodingCharacter encoding or collation issueCharacter encoding or collation issuesource: mssqlMS SQL Server source migrationsMS SQL Server source migrations