support CamelCase table names
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 12pg_common.t
index f99ab9a..3b626b1 100644 (file)
@@ -74,6 +74,7 @@ my $tester = dbixcsl_common_tests->new(
         numeric                          => { data_type => 'numeric' },
         decimal                          => { data_type => 'numeric' },
         'float(24)'                      => { data_type => 'real' },
+        'float(25)'                      => { data_type => 'double precision' },
         'float(53)'                      => { data_type => 'double precision' },
         float                            => { data_type => 'double precision' },
     },