diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-06 11:49:45 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-06 11:49:45 -0400 |
| commit | 4e2c0f10cd164511b9c6377b72a8c0527e4eb716 (patch) | |
| tree | 830319060dc68ec7de0eaa04eaf8ba8e7948d535 /lib/sqlalchemy/dialects/mssql/information_schema.py | |
| parent | d9dc05adb689bc4eab2227a96af0d874696cc63d (diff) | |
| parent | 30bc42403754110df1fdec3037c7700cc4f26b70 (diff) | |
| download | sqlalchemy-4e2c0f10cd164511b9c6377b72a8c0527e4eb716.tar.gz | |
- merge tip
Diffstat (limited to 'lib/sqlalchemy/dialects/mssql/information_schema.py')
| -rw-r--r-- | lib/sqlalchemy/dialects/mssql/information_schema.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/information_schema.py b/lib/sqlalchemy/dialects/mssql/information_schema.py index cd1606dbf..4dd6436cd 100644 --- a/lib/sqlalchemy/dialects/mssql/information_schema.py +++ b/lib/sqlalchemy/dialects/mssql/information_schema.py @@ -1,3 +1,5 @@ +# TODO: should be using the sys. catalog with SQL Server, not information schema + from sqlalchemy import Table, MetaData, Column, ForeignKey from sqlalchemy.types import String, Unicode, Integer, TypeDecorator |
