Regenerate SQLite testschema ddl with explicit quoting and generate FKs
[dbsrgits/DBIx-Class.git] / maint / gen_schema
index e3faa85..9fe1030 100755 (executable)
@@ -13,5 +13,9 @@ print scalar ($schema->storage->deployment_statements(
   'SQLite',
   undef,
   undef,
-  { producer_args => { no_transaction => 1 } }
+  {
+    producer_args => { no_transaction => 1 },
+    quote_identifiers => 1,
+    no_comments => 1,
+  },
 ));