kjk / dbworkbench

Database workbench for Mac and Windows
MIT License
5 stars 1 forks source link

select * from city where name = "foo"; doesn't work #68

Closed kjk closed 8 years ago

kjk commented 8 years ago

This is in world database. Error: ERROR: pq: column "foo" does not exist. I think it's triggered by name in the query because select * from city where id = 4; works on the same database.

Not sure if it's expected and I just need to phrase the query differently or is it something to do with our code.

It doesn't always happen but I've seen it twice now so there's something there.