X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F16mssql_common.t;h=4282aaecbf21d665c723764a3144aecca1d28d19;hb=41968729ce9a8812e3d3ae80adbd79a85b04551b;hp=2b59b076f22894d5cf9fc3ee8508ba88ce5e4afb;hpb=c5ff1f26b1537e8184313cb6d05f86c4a31fd3b8;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/16mssql_common.t b/t/16mssql_common.t index 2b59b07..4282aae 100644 --- a/t/16mssql_common.t +++ b/t/16mssql_common.t @@ -19,6 +19,8 @@ my $password = $ENV{DBICTEST_MSSQL_PASS} || ''; my $tester = dbixcsl_common_tests->new( vendor => 'mssql', auto_inc_pk => 'INTEGER IDENTITY NOT NULL PRIMARY KEY', + default_function => 'getdate()', + default_function_def => 'DATETIME DEFAULT getdate()', dsn => $dsn, user => $user, password => $password,