Skip to content

Commit

Permalink
Keep name casing for foreign keys on mssql (dimitri#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonachmueller authored May 9, 2020
1 parent 38a62a7 commit 11d9261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/mssql/mssql-schema.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
(col-name (apply-identifier-case col))
(fcol-name (apply-identifier-case fcol))
(pg-fkey
(make-fkey :name fkey-name
(make-fkey :name (apply-identifier-case fkey-name)
:table table
:columns nil
:foreign-table ftable
Expand Down

0 comments on commit 11d9261

Please sign in to comment.