Oracle sequence detection
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 13db2_common.t
index 6a7f17c..f5f1475 100644 (file)
@@ -13,8 +13,11 @@ my $tester = dbixcsl_common_tests->new(
     user           => $user,
     password       => $password,
     null           => '',
+    preserve_case_mode_is_exclusive => 1,
+    quote_char                      => '"',
     data_types => {
-        'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'CURRENT_TIMESTAMP' }
+        'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'current_timestamp',
+                                                   original => { default_value => \'current timestamp' } },
     },
 );