]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixes to types so that database-specific types more easily used;
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Aug 2006 19:50:07 +0000 (19:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Aug 2006 19:50:07 +0000 (19:50 +0000)
commit26efe4f6434ebd56851ed4e156f0d0d234b28729
tree6a04114490d640fda36ee73230290587c3290a59
parentca84cbc8de85f97ed971ee4e3dc95138f297d76a
fixes to types so that database-specific types more easily used;
fixes to mysql text types to work with this methodology
[ticket:269]
CHANGES
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/types.py
test/engine/reflection.py