New feature which allows tables/views/functions to be autocompleted out of the box but with addition of schema as prefix.
For example:
I've a table in flights schema which is called seattle... something. Now when I start to write seattle it still finds this table but adds the schema as a prefix:
so when "accepting" this autocompletion -> the schema.table is accepted
This allows tables/views to be prompted out of the box but without causing ambiguity later on when executing the query.
EDIT
I realize now that I need to make a new video..
New feature which allows tables/views/functions to be autocompleted out of the box but with addition of schema as prefix.
For example: I've a table in
flights
schema which is calledseattle...
something. Now when I start to writeseattle
it still finds this table but adds the schema as a prefix:so when "accepting" this autocompletion -> the schema.table is accepted
This allows tables/views to be prompted out of the box but without causing ambiguity later on when executing the query.
EDIT I realize now that I need to make a new video..