SQL Complete - Text Case Error

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
stylix
Posts: 2
Joined: Wed 13 Feb 2013 15:48

SQL Complete - Text Case Error

Post by stylix » Wed 13 Feb 2013 16:01

I'm using version 4.0.61 for free trial.
I use it with default setting with lower case of built-in datatype.
But, when I type 'comma', 'tab' or 'enter' after datatype (e.g. int), it always turn to uppercase.
I wanna to use lowercase.
Please fix this bug.

alexa

Re: SQL Complete - Text Case Error

Post by alexa » Thu 14 Feb 2013 14:35

We would suggest you to check that the right profile is activated in the 'Formatting Profiles' list in the 'Formatting -> Profiles' branch of the 'Options' window (select 'SQL Complete -> Options' in the main menu).

If that's still not the problem, please provide us the full SQL script you are experiencing the issue with and the SQL Complete settings file that can be generated as described below:

1. Select 'SQL Complete -> Import and Export Settings' from the main menu.
2. Complete the wizard.

stylix
Posts: 2
Joined: Wed 13 Feb 2013 15:48

Re: SQL Complete - Text Case Error

Post by stylix » Fri 15 Feb 2013 05:51

I'm just using Default.xml profile without modification
SQL Script has nothing special.
Error always occur even in single line of scirpt (e.g. DECLARE @test int)

In detail, when I hit space bar after datatype, it stay lowercase.
Howerver, everytime I hit comma, tap or enter, it turns to uppercase.

I use SQL Server 2012 Deveploer Edition with VS2010 and VS2012

alexa

Re: SQL Complete - Text Case Error

Post by alexa » Fri 15 Feb 2013 10:56

Thank you for the reply.

Finally, we were able to reproduce this issue and will fix it in the next build of the product. We will notify you once it is available for downloading.

Post Reply