Default SQLite quoting to off until we are capable of disabling it everywhere
[dbsrgits/SQL-Translator.git] / t / 48xml-to-sqlite.t
index 8bccd28..21e8ad3 100644 (file)
@@ -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,