]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Merge "- test py36 - Current mysqlclient does not accept "bytes" on py3k, SQLAlchemy...
authormike bayer <mike_mp@zzzcomputing.com>
Thu, 12 Jan 2017 18:47:55 +0000 (13:47 -0500)
committerGerrit Code Review <gerrit@awstats.zzzcomputing.com>
Thu, 12 Jan 2017 18:47:55 +0000 (13:47 -0500)
commit3f995ffdff22e11866d8a2e0ee0ed5ba493c296d
tree5570e98e030531dabb6382bdd8aa5ac31e552284
parent8e2af237abbfde759890ba88846f210879fa6d57
parenta0d6ab0385d719bfcb14e2075e582562d2d01845
Merge "- test py36 - Current mysqlclient does not accept "bytes" on py3k, SQLAlchemy 0.9 still lists this client (the original mysqldb version) as "supports_unicode_statements=False" so is no longer functional on py3k. - Rollback transaction after table drop; it seems py3.6 sqlite3 suddenly turned on transactional DDL for SQLite"