On 5/21/06, reiale <[EMAIL PROTECTED]> wrote:
> 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
> contributors are MS users...

Yes, please help get SQL-Server support up and running! I don't have
access to SQL-Server myself, so I can't be much help. Note that there
is at least one patch in the Django ticket system
(code.djangoproject.com) for SQL-Server support.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to