Hi there, Good do know that SQL Server now supports sequences. This will be supported in jOOQ 3.1: https://github.com/jOOQ/jOOQ/issues/2496
I'll have to go over the documentation to see what else could be new in SQL Server 2012 worth supporting in jOOQ. Any hints are welcome! There's already: Add support for SQL Server 2012 windowing clauses in window functions https://github.com/jOOQ/jOOQ/issues/2022 Add support for SQL Server 2012 native OFFSET FETCH clause https://github.com/jOOQ/jOOQ/issues/2423 Cheers Lukas 2013/5/28 John Childress <[email protected]> > Trying not to be too lazy, but I can't seem to get sequences generated > from SQL Server 2012. Is this supported? > > thanks, > > John > > -- > 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.
