cerebris / jsonapi-resources

A resource-focused Rails library for developing JSON:API compliant servers.
http://jsonapi-resources.com
MIT License
2.32k stars 533 forks source link

Fix sql quoting 0.10 #1367

Closed lgebhardt closed 3 years ago

lgebhardt commented 3 years ago

These are changing with new rails versions and it's creating a lot of false failures

Fixes issue with relationship requests not getting a default sort

(cherry picked from commit 695bb7cb51cec2fb54dfb8032d0e07ea1d577c51)

All Submissions:

New Feature Submissions:

Bug fixes and Changes to Core Features:

Test Plan:

Reviewer Checklist:

lgebhardt commented 3 years ago

Tests are still flappy, though they can all complete with these changes.