From e551099463d61a1deaa2c8c32e116f5ce1628726 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 11 Feb 2020 22:43:02 +0100 Subject: [PATCH] Attempt at fixing a MS SQL bug. That's another blind fix, but it looks like this should be doing it. Hopefully. Chances to break pgloader even more are quite slim, so let's try it in the master branch. Fixes #1069. --- src/sources/mssql/mssql-schema.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sources/mssql/mssql-schema.lisp b/src/sources/mssql/mssql-schema.lisp index 11dcabd..9e3135a 100644 --- a/src/sources/mssql/mssql-schema.lisp +++ b/src/sources/mssql/mssql-schema.lisp @@ -64,6 +64,7 @@ table-type-name incl-where ; do we print the clause? incl-where + excl-where ; do we print the clause? excl-where)) :do (let* ((schema (maybe-add-schema catalog schema-name)) (table (maybe-add-table schema table-name))