Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/sources/mssql/mssql-schema.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@
(loop
:with incl-where := (filter-list-to-where-clause
mssql including :not nil
:schema-col "kcu1.table_schema"
:table-col "kcu1.table_name")
:schema-col "KCU1.table_schema"
:table-col "KCU1.table_name")
:with excl-where := (filter-list-to-where-clause
mssql excluding :not t
:schema-col "kcu1.table_schema"
:table-col "kcu1.table_name")
:schema-col "KCU1.table_schema"
:table-col "KCU1.table_name")
:for (fkey-name schema-name table-name col
fschema-name ftable-name fcol
fk-update-rule fk-delete-rule)
Expand Down