Re: MS SqlServer in Django

2006-06-30 Thread Filipe
Jeremy Dunck wrote: > Trunk comes with an ado_mssql backend, which works only on Windows. > pymssql is cross-platform, but not in trunk (yet). > > If all you're doing is custom SQL and your server is Windows, then > yeah, you should be able to use ado_mssql. But test first, and > understand that

Re: MS SqlServer in Django

2006-06-30 Thread Jeremy Dunck
On 6/30/06, Filipe <[EMAIL PROTECTED]> wrote: > I've seen references to both pymssql and ado_mssql being bundled with > Django. Is this already implemented in the current trunk? If so, is it > enough to change the "DATABASE_ENGINE" setting to something like > "pymssql"? :) Trunk comes with an ado

Re: MS SqlServer in Django

2006-06-30 Thread Filipe
>From the posts I've seen it seems MSSqlServer isn't yet fully supported by Django's ORM, but that wouldn't be a problem in this case because I just need to issue some custom sql queries to a SqlServer DB. I've seen references to both pymssql and ado_mssql being bundled with Django. Is this alrea

Re: MS SqlServer in Django

2006-06-28 Thread Adrian Holovaty
On 6/28/06, Filipe <[EMAIL PROTECTED]> wrote: > Can someone please confirm if Django running on a linux machine does > not currently support MS SqlServer? Django doesn't support SQL Server fully -- the support is still under development. Search the django-users and django-developers mailing-list

MS SqlServer in Django

2006-06-28 Thread Filipe
Hi, Can someone please confirm if Django running on a linux machine does not currently support MS SqlServer? regards, Filipe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr