normalize accessor names for CamelCase columns in v7 mode
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 13db2_common.t
index 6a7f17c..c21fec8 100644 (file)
@@ -14,7 +14,7 @@ my $tester = dbixcsl_common_tests->new(
     password       => $password,
     null           => '',
     data_types => {
-        'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'CURRENT_TIMESTAMP' }
+        'timestamp default current timestamp' => { data_type => 'timestamp', default_value => \'current_timestamp' }
     },
 );