We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5122fbc commit fde91f0Copy full SHA for fde91f0
test/cases/temp_test_sqlserver.rb
@@ -21,7 +21,7 @@ class TempTestSQLServer < ActiveRecord::TestCase
21
arunit2_database = arunit2_connection.pool.db_config.database
22
23
sql = <<~SQL
24
- INSERT INTO #{arunit2_database}.dbo.dogs SELECT * FROM #{arunit_database}.dbo.dogs(id)
+ INSERT INTO #{arunit2_database}.dbo.dogs(id) SELECT id FROM #{arunit_database}.dbo.dogs
25
SQL
26
27
assert_nothing_raised do
0 commit comments