Re: Trying to use ado_mssql on MR to no success

2006-05-21 Thread reiale
I fixed this particular problem w/the following in introspection.py: def get_table_list(cursor): cursor.execute("SELECT NAME FROM SYSOBJECTS WHERE TYPE IN ('U') AND NAME <> 'dtproperties'" ) return cursor.fetchone()[0] Should I help patch for SQL support? I understand none of the contrib

Re: Trying to use ado_mssql on MR to no success

2006-05-21 Thread reiale
oups.com with HTTP; Sun, 21 May 2006 16:45:13 + (UTC) From: "reiale" <[EMAIL PROTECTED]> To: "Django users" Subject: Re: Trying to use ado_mssql on MR to no success Date: Sun, 21 May 2006 09:45:13 -0700 Message-ID: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL

Re: Trying to use ado_mssql on MR to no success

2006-05-20 Thread reiale
HTTP; Sat, 20 May 2006 16:31:16 + (UTC) From: "reiale" <[EMAIL PROTECTED]> To: "Django users" Subject: Re: Trying to use ado_mssql on MR to no success Date: Sat, 20 May 2006 16:31:16 - Message-ID: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]>

Trying to use ado_mssql on MR to no success

2006-05-17 Thread reiale
It looks like introspection.py doesn't have any logic for get_table_list, etc. I can't do a basic manage.py install Can someone point me in the right direction? I'm running fine on sqllite but want to use mssql on windows. Thanks! --~--~-~--~~~---~--~~ You rece

Is Django right now me?

2005-12-26 Thread reiale
I am starting a new project in Python and have set out to create some high level metadata that maps some XML like this: 1 2