You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create queries for on attr_jsons, including nested ones, with arbitrary operators (like = or != or <=), with type-casting
compare again to similar features in jsonb_accessor... but again we need to support nested attributes, and automatic type-casting with known types
I had originally maybe wanted to get this in before attr_json 2, but I ran out of time... and realized when it is added it will not add any backwards incompat, so no need to work on it at a major version boundary.
The text was updated successfully, but these errors were encountered:
It would be nice to have a methods to create ActiveRecord queries to let you:
=
or!=
or<=
), with type-castingI had originally maybe wanted to get this in before attr_json 2, but I ran out of time... and realized when it is added it will not add any backwards incompat, so no need to work on it at a major version boundary.
The text was updated successfully, but these errors were encountered: