Re: inspectdb and mssql

2007-06-11 Thread Malcolm Tredinnick
On Mon, 2007-06-11 at 17:21 -0500, Carl Karsten wrote: [...] > What all do I need to do to add a new backend? basically, I want to try > using > pymssql (work on linux) instead of adodbapi (which I am assuming adodbapi > only > works on win?) Add a new directory under django/db/backends/. It

Re: inspectdb and mssql

2007-06-11 Thread Carl Karsten
Malcolm Tredinnick wrote: > On Tue, 2007-06-12 at 06:14 +1000, Malcolm Tredinnick wrote: >> On Mon, 2007-06-11 at 15:07 -0500, Carl Karsten wrote: >>> If I were starting from scratch, I would use MySql. But currently there is >>> a db >>> model in MsSql. the 2 affections to mssql is 1: it is w

Re: inspectdb and mssql

2007-06-11 Thread Malcolm Tredinnick
On Tue, 2007-06-12 at 06:14 +1000, Malcolm Tredinnick wrote: > On Mon, 2007-06-11 at 15:07 -0500, Carl Karsten wrote: > > If I were starting from scratch, I would use MySql. But currently there is > > a db > > model in MsSql. the 2 affections to mssql is 1: it is what the client has > > (so

Re: inspectdb and mssql

2007-06-11 Thread Malcolm Tredinnick
On Mon, 2007-06-11 at 15:07 -0500, Carl Karsten wrote: > If I were starting from scratch, I would use MySql. But currently there is a > db > model in MsSql. the 2 affections to mssql is 1: it is what the client has > (so > I don't have to sell them on anyting new) and 2) it is where the mode

inspectdb and mssql

2007-06-11 Thread Carl Karsten
If I were starting from scratch, I would use MySql. But currently there is a db model in MsSql. the 2 affections to mssql is 1: it is what the client has (so I don't have to sell them on anyting new) and 2) it is where the model currently is. The plan is to see how far I can get with Ms,