]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- test explicitly for 'VIEW', 'SYSTEM VIEW'
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Apr 2012 16:21:02 +0000 (12:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Apr 2012 16:21:02 +0000 (12:21 -0400)
commit3d66f727f56426592d70d5cf54bbcb891172b6f0
treefd0b53c33748a5c8020add16bf6608ce68756bda
parentba199ce80ccc7ab20fc254790b0537665c650b9f
- test explicitly for 'VIEW', 'SYSTEM VIEW'
- move the test to the reflection tests
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py