X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Fgen_schema;h=9fe103007d4691b37255b1f5d7543181c47ac890;hb=03d379e5603a94cc9df24ce3dec279c40542c9ea;hp=e3faa85d8b41fb19852344d95589b8c991446f4f;hpb=df65d4da1dbe1d485bb7a35f9e71898d1193e277;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/gen_schema b/maint/gen_schema index e3faa85..9fe1030 100755 --- a/maint/gen_schema +++ b/maint/gen_schema @@ -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, + }, ));