We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c3c44 commit 7d35c57Copy full SHA for 7d35c57
test/cases/coerced_tests.rb
@@ -2599,6 +2599,11 @@ def serializer
2599
end
2600
2601
2602
+class StoreTest < ActiveRecord::TestCase
2603
+ # Set the attribute as JSON type for the `StoreTest#saved changes tracking for accessors with json column` test.
2604
+ Admin::User.attribute :json_options, ActiveRecord::Type::SQLServer::Json.new
2605
+end
2606
+
2607
# TODO: Need to uncoerce the 'SerializedAttributeTest' tests before releasing adapter for Rails 7.1
2608
class SerializedAttributeTest < ActiveRecord::TestCase
2609
coerce_all_tests!
0 commit comments