X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F10sqlite_common.t;h=71f9adec9be211efab8ec7fcd97ad7b35ff68419;hb=bc1cb85e84e6a30c75763edd478378a68009c722;hp=19982e7f8781424052d3201503e9a87d35c2ec9f;hpb=19b7d71c67672e15f11ca6772963170fd6c6b588;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/10sqlite_common.t b/t/10sqlite_common.t index 19982e7..71f9ade 100644 --- a/t/10sqlite_common.t +++ b/t/10sqlite_common.t @@ -23,6 +23,10 @@ my $tester = dbixcsl_common_tests->new( 'smallint' => { data_type => 'smallint' }, 'int' => { data_type => 'int' }, 'integer' => { data_type => 'integer' }, + + # test that type name is lowercased + 'INTEGER' => { data_type => 'integer' }, + 'bigint' => { data_type => 'bigint' }, 'float' => { data_type => 'float' }, 'double precision' =>