Skip to content

Commit

Permalink
0001829: dbexport doesn't respect "use quoted identifiers" for schema…
Browse files Browse the repository at this point in the history
… exports
  • Loading branch information
chenson42 committed Jul 23, 2014
1 parent 9c21a8d commit 78f2f62
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -461,6 +461,7 @@ protected void startTable(Table table) {
if (format == Format.SQL) {
IDdlBuilder target = DdlBuilderFactory.createDdlBuilder(compatible
.toString().toLowerCase());
target.setDelimitedIdentifierModeOn(useQuotedIdentifiers);
write(target.createTables(getDatabase(table), addDropTable));
} else if (format == Format.XML) {
DatabaseXmlUtil.write(table, writer);
Expand Down

0 comments on commit 78f2f62

Please sign in to comment.