Open notsungod opened 2 months ago
What version of lazysql are you on? Make sure you are on the latest version, which right now is the v0.2.9
.
yes I get this problem on the latest version.
Can you show the schema and table name?
Sorry for the delay. Here you go
Ok, i think i know what is the problem. I'll fix it soon.
0.2.9 on nixos. Same problem. I can browse the database with dbeaver just fine but lazysql shows me no result, just the error already reported here.
EDIT: same problem with 0.3.0
i use
postgres://user:pw@localhost/db?sslmode=disable&search_path=schema
as my url. But when i connect and try to open a table i get a red popup with error message table must be in the format schema.table` . What am I doing wrong or how can i fix this? Thank you!