]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- break out mysql/base into modules as it's getting huge with more to come
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jan 2016 22:27:13 +0000 (17:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jan 2016 22:37:23 +0000 (17:37 -0500)
commit04b1a52783a38148e52d50566161bdaf5262cd43
tree6b0e85bdda821a3d42e7e3c4dbf906d7a0ae176e
parentc7d6c667b53d96a65e0dedcb83c098e03d4c7453
- break out mysql/base into modules as it's getting huge with more to come
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/enumerated.py [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/reflection.py [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/types.py [new file with mode: 0644]
test/dialect/mysql/test_reflection.py