]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mysql table create options work on a generic passthru now, i.e. Table(..., mysql_en...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Jan 2007 21:00:08 +0000 (21:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Jan 2007 21:00:08 +0000 (21:00 +0000)
commitc95faa5e8d171160e0786c7e5b8064eb4fd524bb
tree59658a06ff1e520bc97563ca043bb615224cbefe
parent7838cb175913cc19ad3701a9de16ab16cdf0809f
- mysql table create options work on a generic passthru now, i.e. Table(..., mysql_engine='InnoDB',
mysql_collate="latin1_german2_ci", mysql_auto_increment="5", mysql_<somearg>...),
helps [ticket:418]
CHANGES
lib/sqlalchemy/databases/mysql.py
test/sql/query.py