Gabriel Nakic
Gabriel Nakic
I actually get the same errors as these with LYWSD02MMC. First the invalid state and then those unsupported events. Tried re-activating the thing with Mi Home to get a different...
I'm kinda getting the same thing. No completion whatsoever. Using postgres and this is the driver I'm on ` :dependencies [[org.postgresql/postgresql "42.6.0"]]` I can see the company backend registered as...
@kostafey Of course. That works for me as intended. I'm able to run queries when doing `C-c C-c` in a SQL buffer. If I do anything to try to trigger...
Okay, I made progress 😄 Now company triggers when I type something, but I get this error ``` Company: An error occurred in auto-begin Company: backend ejc-company-backend error "Execution error...
So if I use that exact query, I get empty results. But If I remove `UPPER` from the `WHERE` clause, I get results for my table. My table name is...
Can confirm after a few days of usage that company works as intended as long as table and column names are not pascal case.