On 7/31/07, mamcx <[EMAIL PROTECTED]> wrote: > So, I can devote dev time to fix the non-sql server support. I have > read the code, see all the patch (and be confused for its). I'm not a > python guru but have 3 years of expertise in develop against Sql > server.
Start with pymssql, not adodbapi. adodbapi is not cross-platform. Solve pagination. That is, make this work correctly: SomeModel.objects.all()[10:20] If you get that going, you're almost done. :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
