]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- standardized the behavior for table reflection where types can't be located;
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jul 2007 18:53:35 +0000 (18:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jul 2007 18:53:35 +0000 (18:53 +0000)
commit336b069b4d60c6a6626aa8ccda7685b6bf52c669
tree7eda09cd2f155da7918ffcfae967c1ec0fc4d951
parent82e1e98683cfefc09a17cff5454f2443800f715f
- standardized the behavior for table reflection where types can't be located;
NullType is substituted instead, warning is raised.
- consolidation of imports in some db modules
CHANGES
lib/sqlalchemy/databases/firebird.py
lib/sqlalchemy/databases/informix.py
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/types.py