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...


--~--~---------~--~----~------------~-------~--~----~
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