> I have a patch in my backend already, to enable regex searches in MS > SQL. I think this is reasonable, as you have to install either a COM > or CLR extended stored procedure in your database to get this > functionality. Inserting values in a DateTimeField is perhaps a bit > more basic a function, and it would be nice to be able to do that > without a separate django patch
I have the same feelings about this kind of things. And I hope that someday it would be possible, but now a patch is a best way around. A patch has some other advantages: 1. Easy to install: no need for separate installation, follow official Django instructions and add 'patch -p0 -i ypurpatchname' command to the process. 2. Patch have a chance to be merged into Django someday. Especially in your situation when http://code.djangoproject.com/changeset/7364 official mssql backend was removed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
