NoBindVars + Sybase + MSSQL stuff
[dbsrgits/DBIx-Class.git] / t / 74mssql.t
index c879ca6..8061ba1 100644 (file)
@@ -14,6 +14,7 @@ plan skip_all => 'Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to run this test
 
 plan tests => 4;
 
+DBICTest::Schema->storage_type('::DBI::MSSQL');
 DBICTest::Schema->compose_connection( 'MSSQLTest' => $dsn, $user, $pass );
 
 my $dbh = MSSQLTest->schema->storage->dbh;