Threads
Loading user profile...
Yeah, when I use quotes around a table, autocompletion works, e.g., ```sql SELECT * FROM foo f WHERE f. -- works ``` but this doesn't ```sql SELECT * FROM "foo" f WHERE f. -- no worky :( ```
I think that's a bug, actually. Autocompletion works, _sometimes_