]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed test_system_views not checking for MySQL >= 5.0.0 as information_schema support...
authorelazar <tobias382@gmail.com>
Thu, 12 Apr 2012 12:35:49 +0000 (07:35 -0500)
committerelazar <tobias382@gmail.com>
Thu, 12 Apr 2012 12:35:49 +0000 (07:35 -0500)
commit9596595dcf3e52da4be7a3d0f33ed96482b1c254
tree4675a25250f46f0df6e5278154ddb08cec420f71
parent01087224ce2198fadcb56227b4764901941472c0
Fixed test_system_views not checking for MySQL >= 5.0.0 as information_schema support is not available in previous versions
test/dialect/test_mysql.py