Skip to content

[Bug]: Error on Visual Query when "user" table is used (Postgres) #335

Description

@brAvEiitoOr

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

  1. Connect to a Postgres database with a "user" table
  2. Open a New Visual Query
  3. Drag the "user" table to the space
  4. Select a column
  5. Run the query

OS Version

CachyOS

Tabularis Version

v0.13.2

Relevant Log Output

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions