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 20d1c84 commit ccb357bCopy full SHA for ccb357b
test/cases/coerced_tests.rb
@@ -1267,6 +1267,9 @@ def test_update_coerced
1267
assert_not_predicate topic, :approved?
1268
assert_equal "The First Topic", topic.title
1269
end
1270
+
1271
+ # In SQL Server it's not possible to set the primary key column using a trigger and to get it then to return.
1272
+ coerce_tests! :test_model_with_no_auto_populated_fields_still_returns_primary_key_after_insert
1273
1274
1275
require "models/author"
0 commit comments