]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Nearly all MySQL column types are now supported for declaration and
authorJason Kirtland <jek@discorporate.us>
Fri, 25 May 2007 22:48:42 +0000 (22:48 +0000)
committerJason Kirtland <jek@discorporate.us>
Fri, 25 May 2007 22:48:42 +0000 (22:48 +0000)
commit91e8b20f52e20bae6c9b75ee41eeba13ca676313
tree1e84bf09c737f9fb3723c4bbc2d65992f24bd7f7
parentbb02957181911989ec0e92dd555de41c9287f07a
- Nearly all MySQL column types are now supported for declaration and
  reflection. Added NCHAR, NVARCHAR, VARBINARY, TINYBLOB, LONGBLOB, YEAR
- The sqltypes.Binary passthrough now builds a VARBINARY rather than a
  BINARY if given a length
- Refactored the inheritance of some types with respect to sqltypes, and
  especially the binary types
- Lots and lots of docs
- MySQL unit tests now starting to adapt to known problems with alpha/beta
  drivers
- A couple mysql unit test fix-ups and expansions
CHANGES
lib/sqlalchemy/databases/mysql.py
test/dialect/mysql.py