Specify Schema Text Case
In my database named "IDS", I have a schema named "ids".
I would like to specify that the schema be lower case when formatting.
This is what currently happens.
When I format something like this:
select * from IDS.ids.Location l;
It is formatted to:
SELECT * FROM IDS.IDS.Location l;
I would like to specify that the schema be lower case:
SELECT * FROM IDS.ids.Location l;
1
vote
Anonymous
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Please be informed that the schema is formatted in lowercase.
More settings are available in the formatting profile.
Best,
Devart Support Team