-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
how to setup postgres schema? #106
Comments
What version of lazysql are you on? Make sure you are on the latest version, which right now is the |
yes I get this problem on the latest version. |
Can you show the schema and table name? |
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 think this is related to how the tree works for postgres. For Postgres, there must be 3 levels in the tree, i only see 2 in your screenshot. I'm not sure why, but i think that is the problem. Of course it is a LazySQL problem, the tree needs a refactor. Just wanted to let you know that, maybe you can find a workaround until the refactor is done. |
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!
The text was updated successfully, but these errors were encountered: