]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An adjustment to the regular expression used to parse MySQL views,
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Dec 2015 17:04:45 +0000 (12:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Dec 2015 17:05:12 +0000 (12:05 -0500)
commit40cc8f44676d64437950ff4487e62d121182e274
tree45702ecce338c213d7ff0cf5d14824b19ff87cf7
parent0eeb7729eb585eb64a7e68bad3a2deee1f730fb9
- An adjustment to the regular expression used to parse MySQL views,
such that we no longer assume the "ALGORITHM" keyword is present in
the reflected view source, as some users have reported this not being
present in some Amazon RDS environments.
fixes #3613

(cherry picked from commit 8c54b14b5c0feee41bd9b9032f6b17b2dbd560a9)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_reflection.py