X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F13db2_common.t;h=2eefb4719b62b08e2ecb23804c33fbb638ae3d7c;hb=41968729ce9a8812e3d3ae80adbd79a85b04551b;hp=b27ef4faedd1014044edafbfffcf010692f7d77a;hpb=c5ff1f26b1537e8184313cb6d05f86c4a31fd3b8;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/13db2_common.t b/t/13db2_common.t index b27ef4f..2eefb47 100644 --- a/t/13db2_common.t +++ b/t/13db2_common.t @@ -9,6 +9,7 @@ my $password = $ENV{DBICTEST_DB2_PASS} || ''; my $tester = dbixcsl_common_tests->new( vendor => 'DB2', auto_inc_pk => 'INTEGER GENERATED BY DEFAULT AS IDENTITY NOT NULL PRIMARY KEY', + default_function => 'CURRENT TIMESTAMP', dsn => $dsn, user => $user, password => $password,