TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.82k stars 90 forks source link

Unable to select a table called "user" #160

Open nyonson opened 2 years ago

nyonson commented 2 years ago

I have a postgres database with a user table, whenever I try to select it an error screen pops up with error returned from database: syntax error at or near ".". Maybe something to do with the table name?

kyoto7250 commented 2 years ago

Hello.

I want to check it, so could you provide reproduction case, and tell us your gobang version?

xsevy commented 1 year ago

I have the same problem and even the same table name. Unfortunately I am not able to determine what is the cause and I can not share the contents of the database.

gobang 0.1.0-alpha.5

image