]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
type objects pass engine around to get a hold of DBAPI type objects
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2006 00:36:16 +0000 (00:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2006 00:36:16 +0000 (00:36 +0000)
commit1c49a556509ee1ae7047b8095434fb19401dc06c
tree2d8233f2cc1268a45ab1ab4d7ca6f8ee7d03b496
parentad7938a8e0c2b0d57954b7d5ec1e0b2ad9552625
type objects pass engine around to get a hold of DBAPI type objects
added dbapi.Binary creation to base BinaryType
fixed MySQL binary type
adjustment to Join._match_primaries to work better with self-referential table
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/sql.py
lib/sqlalchemy/types.py