Hi, I would like to use Django with MS-SQL server and the svn version doesn't work yet. I submitted a patch to make it work: http://code.djangoproject.com/ticket/2358 It's not ideal, just a quick fix until I get a better understanding of Django internals.
What is missing right now is LIMIT/OFFSET functionality. In SQL 2005 there is a ROW_NUMBER function which would make the implementation quite simple: http://msdn2.microsoft.com/en-us/library/ms186734.aspx For SQL 2000 however a more complicated SQL construct is necessary to make it work. I found an older patch for Django with an implementation: http://code.djangoproject.com/ticket/225 but it doesn't seem to be present in the code. Is someone working on MS-SQL support? I would like to help if possible with the implementation and testing. Thank you, Dan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---