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

Select count(*) cause application to crash #205

Open
wal0x opened this issue Nov 17, 2020 · 0 comments
Open

Select count(*) cause application to crash #205

wal0x opened this issue Nov 17, 2020 · 0 comments

Comments

@wal0x
Copy link

wal0x commented Nov 17, 2020

I've tried this simple query : SELECT COUNT(*) FROM table_name;
There is no result although the table got many entries, and in the browser console I got this message :
Uncaught TypeError: Cannot read property 'aDataSort' of undefined at V (jquery.dataTables.min.js:65) at va (jquery.dataTables.min.js:70) at HTMLTableElement.<anonymous> (jquery.dataTables.min.js:91) at Function.each (jquery.min.js:2) at r.fn.init.each (jquery.min.js:2) at r.fn.init.m [as dataTable] (jquery.dataTables.min.js:82) at inflateData (app.js:209) at Object.success (app.js:47) at i (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2)

and then nothing works. A page refresh is required to go back to a working app.

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