preserve_case option now works
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 10sqlite_common.t
index 71f9ade..03145a4 100644 (file)
@@ -15,6 +15,7 @@ my $tester = dbixcsl_common_tests->new(
     connect_info_opts => {
         on_connect_do => 'PRAGMA foreign_keys = ON',
     },
+    loader_options  => { preserve_case => 1 },
     data_types  => {
         # SQLite ignores data types aside from INTEGER pks.
         # We just test that they roundtrip sanely.