The code for setting up the WHERE clause when using LIMIT/EXCLUDE in IMPORT FOREIGN SCHEMA does not wrap the table names in single quotes and as such causes an error in the WHERE clause for the foreign schema import. This patch wraps those table names in single quotes and resolves issue #83.
The code for setting up the WHERE clause when using LIMIT/EXCLUDE in IMPORT FOREIGN SCHEMA does not wrap the table names in single quotes and as such causes an error in the WHERE clause for the foreign schema import. This patch wraps those table names in single quotes and resolves issue #83.