]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added basic schema reflection coverage to main tests
authorJason Kirtland <jek@discorporate.us>
Tue, 17 Jul 2007 13:21:46 +0000 (13:21 +0000)
committerJason Kirtland <jek@discorporate.us>
Tue, 17 Jul 2007 13:21:46 +0000 (13:21 +0000)
commit23d01887491c646e321f6bb1e8427b3dd82581c1
treed3e0d849c59b9439b4aaa3e72269529339177397
parent6506939352a2a52071bd56fcf5a8af243ec8e27b
- Added basic schema reflection coverage to main tests
- Fix stupid mysql typo (#662)
- Merged mysql osx/multibyte has_table from 0.4 (r2943)
lib/sqlalchemy/databases/mysql.py
test/engine/reflection.py