Describe the bug
On a Visual Query, when I put a table named "user" and execute it, the interface shows an error indicating that the column does not exist. It happens on a Postgres connection.
Probably because tabularis runs the query as SELECT user... instead of SELECT "user"...
To Reproduce
- Connect to a Postgres database with a "user" table
- Open a New Visual Query
- Drag the "user" table to the space
- Select a column
- Run the query
OS Version
CachyOS
Tabularis Version
v0.13.2
Relevant Log Output
Describe the bug
On a Visual Query, when I put a table named "user" and execute it, the interface shows an error indicating that the column does not exist. It happens on a Postgres connection.
Probably because tabularis runs the query as
SELECT user...instead ofSELECT "user"...To Reproduce
OS Version
CachyOS
Tabularis Version
v0.13.2
Relevant Log Output