PostgreSQLClient icon indicating copy to clipboard operation
PostgreSQLClient copied to clipboard

Stack Overflow when doing select on too many rows

Open babypandabear3 opened this issue 2 years ago • 1 comments

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

Thanks again

babypandabear3 avatar Oct 31 '22 11:10 babypandabear3

Increase the limit TCP max buffer value in project settings, network, Limits.This value is set to 16 in godot 3. I don't believe the problem is with the postgres client.

Marzin-bot avatar Oct 31 '22 15:10 Marzin-bot