Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL query parameters are being stripped off when using the extension #6

Open
3 tasks done
Doctorthe113 opened this issue Nov 1, 2024 · 0 comments
Open
3 tasks done

Comments

@Doctorthe113
Copy link

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.

@Doctorthe113 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant