On Tue, Mar 26, 2013 at 5:47 PM, Petite Abeille <[email protected]>wrote:
> > On Mar 26, 2013, at 10:03 PM, Alex Gaynor <[email protected]> wrote: > > > For what it's worth, SQL2011 does define OFFSET, finally. > Just checked and it appears this has been implemented with SQL Server 2012. A quick check of the other database with Django backends seems to show that all of them have a beta or stable release with support for a simple limit/offset syntax, with many supporting the standard defined syntax. This might make the generic approach as simple as adding an DatabaseOperatoins.limit_offset_sql() abstraction. Regards, Michael Manfre -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
