]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a CREATE TABLE will put the COLLATE option
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Oct 2011 19:25:47 +0000 (15:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Oct 2011 19:25:47 +0000 (15:25 -0400)
commit88f345aa0ab05ac4d35ecf6048e7badc52ff80f7
tree20f1f71f0af3c6ae12fad404d12516403499fcf2
parent290064ab235b4ce30b84394db5219f74b69736ea
  - a CREATE TABLE will put the COLLATE option
    after CHARSET, which appears to be part of
    MySQL's arbitrary rules regarding if it will actually
    work or not.  [ticket:2225]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py