]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add support for prefixes on CREATE INDEX statements in MySQL
authorJoseph Schorr <josephschorr@users.noreply.github.com>
Tue, 17 Jan 2017 15:02:17 +0000 (10:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jan 2017 15:21:47 +0000 (10:21 -0500)
commit1f407c2a47150ddd550d3167015a9315e018d7bc
treec6ed3a906b9e7d0a0e52afd2aa586ab71c737639
parent46828cc157a48d73352a3a910798b705aa23f0d5
Add support for prefixes on CREATE INDEX statements in MySQL

Added a new parameter ``mysql_prefix`` supported by the :class:`.Index`
construct, allows specification of MySQL-specific prefixes such as
"FULLTEXT". Pull request courtesy Joseph Schorr.

Change-Id: I5a21fa466fdfd4d9e39e1fb4ecec1eab93b92c36
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/339
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py