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
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Hi, thanks for writing this plugin. I'm currently using this to make reporting app for existing postgresql db.
I notice if I use select statement that returns a lot of rows (like thousands-something) I will get stack overflow error and it crashes.
I have written a workaround for this problem by limiting the number of returned record but I just want you to know that there's this problem