Thank you.

On Friday, May 31, 2013 6:32:58 AM UTC-5, Lukas Eder wrote:
>
> SQL Server 2012 sequence support is now implemented for jOOQ 3.1:
>
> https://github.com/jOOQ/jOOQ/commit/1c7cbc1089110be14e11ba980cbcd7c7d0540393
>
> Cheers
> Lukas
>
>
> 2013/5/31 Lukas Eder <[email protected] <javascript:>>
>
>> I've had another look at documentation and I also found this blog post 
>> here [1], indicating that indeed, there aren't too many T-SQL features that 
>> jOOQ could leverage from SQL Server 2012. New ranking/analytic functions 
>> work out of the box, which leaves me with adding support for 
>>
>> - SEQUENCE support
>> - OFFSET ... FETCH clause
>>
>> The latter will require adding support for multiple SQLDialect versions 
>> (i.e. SQLFamily as in [2])
>>
>> Cheers
>> Lukas
>>
>> [1]: 
>> http://www.codeproject.com/Articles/265760/Using-SQL-Server-2011-T-SQL-New-Features
>> [2]: https://github.com/jOOQ/jOOQ/issues/552
>>
>>
>>
>>
>> 2013/5/28 John Childress <[email protected] <javascript:>>
>>
>>> Awesome, thank you very much... 
>>>
>>>
>>> On Tuesday, May 28, 2013 4:13:01 PM UTC-5, Lukas Eder wrote:
>>>
>>>> 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<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<https://github.com/jOOQ/jOOQ/issues/2022>
>>>>
>>>> Add support for SQL Server 2012 native OFFSET FETCH clause
>>>> https://github.com/jOOQ/jOOQ/**issues/2423<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 jooq-user+...@**googlegroups.com.
>>>>>
>>>>> For more options, visit 
>>>>> https://groups.google.com/**groups/opt_out<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] <javascript:>.
>>> 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.


Reply via email to