Hi,
Note that the auto-completion is not case insensitive. This means that you will need to use the same case.in your SQL as the object is defined in the database. E.g if a schema is defined as MY_SCHEMA.
select * from MY_DB.MY_SCHEMA. will display a list of table names in that schema.
select * from my_db.my_schema. will display nothing.
We are aware that this is not optimal and an improvement of this together, including other autocompletion improvements, is scheduled for the next feature release of DbVisualizer.
Kind regards
Ulf
Ufuk Ergin
Hi guys, I am new on DbVisualizer. I set up my Snowflake account. However, I am unable to make the autocomplete work at all. Autocompletion options seem to be on as well. Attaching a screenshot for this. Am I missing anything? Thanks for the support.