]> 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:04:45 +0000 (12:04 -0500)
commit8c54b14b5c0feee41bd9b9032f6b17b2dbd560a9
tree68a2f6abfb9c8c01cd4302e66d5e0f5ce66786d2
parent5c7ade2f4218b55db8f758949b82a3414474aeb2
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_reflection.py