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
We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
I have searched open and closed issues for duplicates
This isn't a feature request
This is not a report about my app not working as expected
My app uses pocketbase as backend. Pocketbase on it's own uses sqlite. So whenever I need to sort the records, It strips off the end of the query.
For example:
Expected: INFO GET /api/collections/heqj4l8j9w833w5/records?page=1&perPage=40&sort=+created
Reality: INFO GET /api/collections/heqj4l8j9w833w5/records?
This IS NOT just affecting my own app but potentially every app that uses sql queries.
The text was updated successfully, but these errors were encountered:
Doctorthe113
changed the title
SQL query parameters are being stripped off on the extension
SQL query parameters are being stripped off when using the extension
Nov 1, 2024
Please complete the following checklist (by adding [x]):
My app uses pocketbase as backend. Pocketbase on it's own uses sqlite. So whenever I need to sort the records, It strips off the end of the query.
For example:
INFO GET /api/collections/heqj4l8j9w833w5/records?page=1&perPage=40&sort=+created
INFO GET /api/collections/heqj4l8j9w833w5/records?
This IS NOT just affecting my own app but potentially every app that uses sql queries.
The text was updated successfully, but these errors were encountered: