Page 1 of 1

SQL 2012 keyword "throw" unrecognized

Posted: Mon 10 Jun 2013 09:22
by sov
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.

Re: SQL 2012 keyword "throw" unrecognized

Posted: Mon 10 Jun 2013 12:43
by Deniss
We managed to reproduce the problem, we will fix it in the nearest build.

Re: SQL 2012 keyword "throw" unrecognized

Posted: Mon 05 Aug 2013 14:07
by alexa
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.