]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modified MySQLDialect.get_view_names() to also return system views such as those...
authorelazar <tobias382@gmail.com>
Thu, 12 Apr 2012 02:32:00 +0000 (21:32 -0500)
committerelazar <tobias382@gmail.com>
Thu, 12 Apr 2012 02:32:00 +0000 (21:32 -0500)
commit01087224ce2198fadcb56227b4764901941472c0
tree60157c1e92d00c05172eb4b82a9020eabde33890
parent747f5edd2192caae4ab79ff7dc9d79045b5bad0c
Modified MySQLDialect.get_view_names() to also return system views such as those in information_schema
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py