X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F48xml-to-sqlite.t;h=21e8ad355adc4b5653a961c3592e506c1b88a071;hb=f19edf3642e7e41b090683ff00c87c6e3cf2094e;hp=8bccd2867a54f007d19ed1c67bbcf6e766048799;hpb=f6e49d345306c610c9051b01790540e4de9e9292;p=dbsrgits%2FSQL-Translator.git diff --git a/t/48xml-to-sqlite.t b/t/48xml-to-sqlite.t index 8bccd28..21e8ad3 100644 --- a/t/48xml-to-sqlite.t +++ b/t/48xml-to-sqlite.t @@ -20,6 +20,7 @@ my $xmlfile = "$Bin/data/xml/schema.xml"; my $sqlt; $sqlt = SQL::Translator->new( + quote_identifiers => 1, no_comments => 1, show_warnings => 0, add_drop_table => 1,