]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Repair incorrectly merged mariadb logic
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2017 23:31:13 +0000 (19:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2017 23:31:13 +0000 (19:31 -0400)
commitc03607829910d386a089e3c37125669b838b0763
tree540ed10820dbad7573384fe3b38c6b619d0dc3fc
parent865d915d0e3b2cf774f6dcefa0469e50f22a8a2d
Repair incorrectly merged mariadb logic

The changeset in c88d4d0 takes advantage of a
mariadb function that got randomly committed as part
of the SQL server fixup in 2efd89d02941ab4267d6e2842963, not
part of rel_1_1.    The change here was not reviewed or tested
in gerrit and breaks the main branch.

Change-Id: I41746f890e6e82acfb12e78f174d00d7ba7d19d4
Fixes: #4097
lib/sqlalchemy/dialects/mysql/base.py