diff options
author | Jason Kirtland <jek@discorporate.us> | 2007-05-31 22:56:24 +0000 |
---|---|---|
committer | Jason Kirtland <jek@discorporate.us> | 2007-05-31 22:56:24 +0000 |
commit | 0a713f408d2eded6856c7502b2950792ab460a91 (patch) | |
tree | 3a66152f665c1ea8dfc7f6c62dae0ffcfbc8e1e0 /lib/sqlalchemy/ext | |
parent | 1aa8b0eea743b88fb4649a0b476de75f1d091f8f (diff) | |
download | sqlalchemy-0a713f408d2eded6856c7502b2950792ab460a91.tar.gz |
- Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions
of MySQL (#583)
- MySQL columns (such as times) with colons in their default values couldn't
be roundtripped, fixed (also in Postgres, but not fixed here.)
- BINARY/VARBINARY columns aren't really binary at all on ancient versions
of MySQL. The type.Binary(123) passthrough now always makes BLOBs.
Removed the short-lived MSBaseBinary.
- Added mysql.get_version_info, given a connectable returns a tuple of server
version info.
- Backed off on the reflection tests for older versions of MySQL, for now.
Diffstat (limited to 'lib/sqlalchemy/ext')
0 files changed, 0 insertions, 0 deletions