fix default_value for all other backends, fix bug with quoted Pg tables from $dbh...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 16mssql_odbc_common.t
index 0e2e44c..fd95f84 100644 (file)
@@ -10,6 +10,8 @@ my $password = $ENV{DBICTEST_MSSQL_ODBC_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,