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

option 'show All entries' is broken #20

Closed
gbolo opened this issue Apr 9, 2019 · 0 comments
Closed

option 'show All entries' is broken #20

gbolo opened this issue Apr 9, 2019 · 0 comments
Assignees

Comments

@gbolo
Copy link
Owner

gbolo commented Apr 9, 2019

the datatables js client sends a length of -1 when selecting the "All" entries option. Our server API does not support that and responds like:

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-1' at line 1{
  "draw": 0,
  "recordsTotal": 15,
  "recordsFiltered": 0,
  "data": null
}
@gbolo gbolo self-assigned this Apr 9, 2019
@gbolo gbolo closed this as completed in f826bca Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant