Uppercase data-types formatting

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Onam
Posts: 1
Joined: Fri 30 May 2014 08:59

Uppercase data-types formatting

Post by Onam » Fri 30 May 2014 09:06

Hello all, I was wondering if I was able to get some assistance on one of the formatting options available and that is to uppercase SQL data-types. I have set this to be uppercase but for some odd reason when I add this statement it doesn't uppercase the data-type int or the keyword as? Any ideas why this is? Perhaps there is another option I need to activate?

Code: Select all

CREATE PROCEDURE [dbo].[uspCreateSomething]
	@OrderId			int
as

SET NOCOUNT ON

INSERT INTO [dbo].[Orderallocation]
(
  Orderid
)
VALUES
(
  @OrderId
)
SET NOCOUNT OFF
GO
Thanks, O.

alexa

Re: Uppercase data-types formatting

Post by alexa » Fri 30 May 2014 10:01

We will fix this issue in one of the next product builds and will notify you once it's available for downloading.

alexa

Re: Uppercase data-types formatting

Post by alexa » Thu 12 Jun 2014 15:10

We would like to let you know that we have released dbForge SQL Complete, v.4.7 where the issue you reported is fixed http://www.devart.com/dbforge/sql/sqlco ... nload.html

Thank you for your help in improving dbForge SQL Complete.

Post Reply