Hello together, i've created a 'create table' statement with DSLCONTEXT.createTableIfNotExists (SQLDialect is set to SQLSERVER2008).
jOOQ generates the following sql: begin try create table ... end try begin catch if error_number() != 2714 throw; end catch The execution of the Sql throws an SQLException: com.microsoft.sqlserver.jdbc.SQLServerException: Falsche Syntax in der Nähe von 'throw'. Throw Statement is only supported up to SQL Server 2012... isnt it? Greetings Matthias -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
