Page 1 of 1

Uppercase data-types formatting

Posted: Fri 30 May 2014 09:06
by Onam
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.

Re: Uppercase data-types formatting

Posted: Fri 30 May 2014 10:01
by alexa
We will fix this issue in one of the next product builds and will notify you once it's available for downloading.

Re: Uppercase data-types formatting

Posted: Thu 12 Jun 2014 15:10
by alexa
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.