SQL 2012 keyword "throw" unrecognized

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
sov
Posts: 16
Joined: Tue 26 Mar 2013 07:05

SQL 2012 keyword "throw" unrecognized

Post by sov » Mon 10 Jun 2013 09:22

We are using SQL Complete 4.0.78.1. Correct SQL 2012 code below gives error "Unexpected symbol 'throw'" in SQL Complete.

Code: Select all

begin try
    raiserror('Error!', 16, 1);
end try
begin catch
    throw;
end catch;
Could you please fix this? This is very annoying, because we use the keyword "throw" very often.
Thanks in advance! Stefan.

Deniss
Posts: 17
Joined: Mon 10 Jun 2013 11:54

Re: SQL 2012 keyword "throw" unrecognized

Post by Deniss » Mon 10 Jun 2013 12:43

We managed to reproduce the problem, we will fix it in the nearest build.

alexa

Re: SQL 2012 keyword "throw" unrecognized

Post by alexa » Mon 05 Aug 2013 14:07

We would like to let you know that the new build 4.0.109 of dbForge SQL Complete, where the issue you reported is fixed, has been released and is available for downloading: http://www.devart.com/dbforge/sql/sqlco ... nload.html

Thank you for your help in improving dbForge SQL Complete.

Post Reply