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
![](https://secure.gravatar.com/avatar/c30c0f1e86511a9199582d3ac1d9b071?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
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