Re: State of MSSQL support

2006-11-01 Thread [EMAIL PROTECTED]
Ah, that is very clear. My understanding was that LGPL code could be used in a GPL project, but not necessarily vice-versa. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Re: State of MSSQL support

2006-11-01 Thread Jeremy Dunck
On 11/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks. Any idea as to why adodb was used instead of native > interaction? > By that, you mean FreeTDS via pymssql? It was GPL at the time, and it's now LGPL. I think that's the only reason, though. --~--~-~--~~-

Re: State of MSSQL support

2006-11-01 Thread [EMAIL PROTECTED]
Thanks. Any idea as to why adodb was used instead of native interaction? Sean De La Torre wrote: > Take a look at this ticket http://code.djangoproject.com/ticket/2358 > > It's based on adodb, and I believe it is fully functional except for > paging support (hopefully coming soon). > > Sean > >

Re: State of MSSQL support

2006-11-01 Thread Sean De La Torre
Take a look at this ticket http://code.djangoproject.com/ticket/2358 It's based on adodb, and I believe it is fully functional except for paging support (hopefully coming soon). Sean On 11/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am mostly new to Django, but have significant exp

State of MSSQL support

2006-11-01 Thread [EMAIL PROTECTED]
I am mostly new to Django, but have significant experience working with MSSQL in other languages. I noticed that there is support for MSSQL (generating SQL only) through the adodb abstraction layer. I'm guessing this was a compatibility patch to allow for the "TOP" vs "LIMIT" syntax. Is that th

Re: state of mssql support

2005-10-14 Thread Adrian Holovaty
On 10/14/05, jws <[EMAIL PROTECTED]> wrote: > I'd like to use Django for a project I am currently bidding on, but I > need to know if MSSQL support will eventually be mainlined. I can > tolerate some patchy-ness in the short term, but I don't want to > maintain a parallel codebase for years, espec

state of mssql support

2005-10-14 Thread jws
Is anyone working on support for MS SQL Server? I've seen people discuss it in the past, but have heard nothing specific regarding 'official' support. There's the following entry in the wiki, but nothing more seems to be happening. http://code.djangoproject.com/ticket/225 I'd like to use Django