v1.1.2 - Keep SET SCHEMA query on one line
In previous version we formatted SET SCHEMA db
to:
SET
SCHEMA db
Now it is formatted in this way:
SET SCHEMA
db
This also applies to SET CURRENT SCHEMA
. More info @ docs.oracle.com
In previous version we formatted SET SCHEMA db
to:
SET
SCHEMA db
Now it is formatted in this way:
SET SCHEMA
db
This also applies to SET CURRENT SCHEMA
. More info @ docs.oracle.com