jOOQ supporting SQL Server 2008 R8 means that it has never been integration tested with previous versions. It might still work well, though, as I doubt that any substantial syntax changes were made between R2 and R8
The error message you have seen can be ignored, as the count(*) query against the INFORMATION_SCHEMA.SEQUENCES table is used to distinguish between SQL Server 2008 and SQL Server 2012. The curious thing is the fact that it appears in your logs, which it shouldn't. Can you post the full stack trace, please? Cheers Lukas 2013/9/20 Rob Nikander <[email protected]> > > > On Friday, September 20, 2013 1:51:13 PM UTC-4, John Childress wrote: >> >> Could you post your config? I've used 2008 and 2012 without any problem. >> >> > Your request for that made me notice an error in the config file. Now it > succeeds for the tables, though I do get one error, early in the process: > > SEVERE: Error while fetching sequences > org.jooq.exception.DataAccessException: SQL [select count(*) from > [INFORMATION_SCHEMA].[SEQUENCES]]; Invalid object name > 'INFORMATION_SCHEMA.SEQUENCES'. > at org.jooq.impl.Utils.translate(Utils.java:1078) > > I'm going to see if I can use the generated code despite this. > > thanks, > Rob > > > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
