Deprecate insert_bulk - we will be changing its signature down the road
[dbsrgits/DBIx-Class.git] / t / 86sqlt.t
index 87b90a5..eccc5e2 100644 (file)
@@ -26,7 +26,7 @@ sub DBICTest::Schema::deployment_statements {
 
 # Check deployment statements ctx sensitivity
 {
-  my $schema = DBICTest->init_schema (no_deploy => 1);
+  my $schema = DBICTest->init_schema (no_deploy => 1, quote_names => 1);
   my $not_first_table_creation_re = qr/CREATE TABLE "fourkeys_to_twokeys"/;
 
   my $statements = $schema->deployment_statements;