]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Parse (but don't record) COMMENT portion of MySQL table key
authorLele Long <schemacs@gmail.com>
Sat, 3 Dec 2016 18:10:07 +0000 (13:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jan 2017 15:23:07 +0000 (10:23 -0500)
commitbd6ba3ac8274381e578c8e6c8018a7878fe94208
treefd69163fc90a9b27cef0bd3ae3d23f66a0cd9fde
parent46828cc157a48d73352a3a910798b705aa23f0d5
Parse (but don't record) COMMENT portion of MySQL table key

The MySQL dialect now will not warn when a reflected column has a
"COMMENT" keyword on it, but note however the comment is not yet
reflected; this is on the roadmap for a future release.  Pull request
courtesy Lele Long.

Fixes: #3867
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/324
Change-Id: I869e29aba6766d0eda1e59af09a3e8e3748a3942
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mysql/reflection.py
test/dialect/mysql/test_reflection.py