Aliaksandr Buhayeu
Aliaksandr Buhayeu
> The initial idea of using the resource layer from JR was to take advantage of its internal DSL only for describing the resource's properties like its attributes, relationships, filters...
Bumping the tread, I was affected by that behavior too :/ How much work it would require to fix it on at gem side? Probably might help a bit.
Looks like a daunting task, related issues from jsonapi-resources repo: - https://github.com/cerebris/jsonapi-resources/issues/970 - https://github.com/cerebris/jsonapi-resources/issues/542
We were affected by this as well, after upgrade to v7 such queries don't work anymore: ```ruby Model.where('JSON_CONTAINS("[1,2,3]", JSON_ARRAY(?))', [1,2]); ``` as AR converts `[1, 2]` into `JSON_ARRAY("1", "2")` not...
@MasteredRed Hey! Yeah, I've away from this project for a while. But if you have time to address some comments on your PR, I would release it. Appreciate your contribution!...