From 36fbadded6ff3c4b985f97f4769875b8ba6553cc Mon Sep 17 00:00:00 2001 From: ChristophKaser Date: Tue, 5 Feb 2019 09:08:23 +0100 Subject: [PATCH] Allow "preserve index names" for MSSQL (#902) With this change, preserve index names is also supported for MSSQL-connections. --- src/parsers/command-mssql.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parsers/command-mssql.lisp b/src/parsers/command-mssql.lisp index 80b5dc4..daed5c5 100644 --- a/src/parsers/command-mssql.lisp +++ b/src/parsers/command-mssql.lisp @@ -31,6 +31,7 @@ option-create-tables option-create-schemas option-create-indexes + option-index-names option-reset-sequences option-foreign-keys option-encoding