cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.46k stars 280 forks source link

[BUG] Relation [table] does not exist when click View Related Row #1184

Closed eatrisno closed 3 months ago

eatrisno commented 3 months ago

When I have relation database between ChatSessions and EndCustomers and when I click View Related Row, it will show error because the table is not Quoted

2024-06-13 18:17:15 [ERROR] Execute fail : SELECT * FROM EndCustomers WHERE id = '8883a8b8-6398-483a-8ad9-ae8043c25db3'

Screenshot 2024-06-13 at 18 14 21 Screenshot 2024-06-13 at 18 13 53
eatrisno commented 3 months ago

Thanks