]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added `set_types` to util, a tuple of available set implementations.
authorJason Kirtland <jek@discorporate.us>
Wed, 8 Aug 2007 23:45:26 +0000 (23:45 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 8 Aug 2007 23:45:26 +0000 (23:45 +0000)
commit4e7dec51e1ffd744b7c76765edc6e0b54e7bca9b
tree3b314d3665d5802c96b403a671b72b6431479a03
parent2f090b483d259048160682b88e3c21167523f61a
Added `set_types` to util, a tuple of available set implementations.
Added BIT and SET ([ticket:674])- all mysql data types are now covered!
Fix for YEAR DDL generation, also no longer a concatenable type.
Expanded docs for some mysql column esoterica.
CHANGES
doc/build/content/pooling.txt
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/util.py
test/dialect/mysql.py