SQLComplete now ignoring database identifier case

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
irkregent
Posts: 2
Joined: Tue 18 Dec 2012 15:22

SQLComplete now ignoring database identifier case

Post by irkregent » Tue 18 Dec 2012 15:25

The latest version of SQLComplete Express (free version) is now ignoring the case of database field names. When I select one from the suggestion list, it is inserted as all lower-case letters.

cheuer
Posts: 1
Joined: Tue 18 Dec 2012 19:58

Re: SQLComplete now ignoring database identifier case

Post by cheuer » Tue 18 Dec 2012 20:04

I noticed this as well, and looked up these forums just to submit the same request.

I am also using the free version, and before I updated it (not sure what version I had before), the suggestions always matched the case of the actual database / table / column.

Now, on version 4.0.53, it appears to be using the Identifier Case from the formatting profile.

I would like to suggest that you add an option under Identifier Case in the formatting profile to match the existing names, similar to the "Do not change" option you have under Variable Case.

alexa

Re: SQLComplete now ignoring database identifier case

Post by alexa » Wed 19 Dec 2012 09:02

The new option 'Do not change' will be added in the next build of dbForge SQL Complete.

Currently, we suggest you to install the Trial version of the Standard Edition of dbForge SQL Complete, but not the Express one, and make the following changes:

1. Select 'SQL Complete -> Options' from the main menu. The 'Options' window opens.
2. Navigate to the 'Formatting -> Profiles' branch.
3. Select a profile.
4. Click 'Edit Profile...'. The 'Edit Profile' window opens.
5. Select the 'Text Case -> Identifier Case' branch.
6. Select the 'As in the database' radio-button.

Chris123
Posts: 8
Joined: Wed 04 Apr 2012 09:21

Re: SQLComplete now ignoring database identifier case

Post by Chris123 » Thu 20 Dec 2012 15:26

Now fixed in 4.0.54

Thank you Alexa

Rhysling
Posts: 1
Joined: Sun 23 Dec 2012 19:38

Re: SQLComplete now ignoring database identifier case

Post by Rhysling » Sun 23 Dec 2012 19:45

Alexa,

Thank you for the free edition of SQL Complete. I use it daily and very much appreciate your prompt fix to the identifier casing issue. I look forward to investing in the paid edition soon.

Regards,
Bob

alexa

Re: SQLComplete now ignoring database identifier case

Post by alexa » Tue 25 Dec 2012 10:52

Please let us know if other questions arise.

Post Reply