]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added NullType to export list
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jul 2007 21:21:11 +0000 (21:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jul 2007 21:21:11 +0000 (21:21 +0000)
commitcf2e91eb95f9800ccd0a1c6de040ecc74da01063
tree6260143bfa4772791f4deba4ca6786dd59bf5670
parent1e48cab5ad4defae425f609a1117c2e3708116c5
- added NullType to export list
- any NullType will trigger the "get col type from FK logic", though
there are other issues with this logic (requires the FK be initialized)
- added INT to sqlite resolution map
- adjusted sqlsoup for sql.Select api changes
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/ext/sqlsoup.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/types.py