Skip to content

Commit 18848ca

Browse files
committed
Merge branch 'insert-different-schema-7.2' of https://github.com/rails-sqlserver/activerecord-sqlserver-adapter into insert-different-schema-7.2
2 parents 0fbb349 + 6740e84 commit 18848ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cases/temp_test_sqlserver.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class TempTestSQLServer < ActiveRecord::TestCase
1010
# end
1111

1212
it "insert from one schema to another using raw SQL" do
13+
skip
14+
1315
arunit_connection = Dog.lease_connection
1416
arunit2_connection = OtherDog.lease_connection
1517

0 commit comments

Comments
 (0)