]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improvements to the system by which SQL types generate within
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Dec 2013 23:26:15 +0000 (18:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Dec 2013 23:26:15 +0000 (18:26 -0500)
commit2692238f45ae4d2f46949dfa52b16132bd266e0e
tree3ea336d98a01461b51da530bf0aca155b891fdd0
parentf701f87c1374c1e4d80b9f47c17632518cece765
- Improvements to the system by which SQL types generate within
``__repr__()``, particularly with regards to the MySQL integer/numeric/
character types which feature a wide variety of keyword arguments.
The ``__repr__()`` is important for use with Alembic autogenerate
for when Python code is rendered in a migration script.
[ticket:2893]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/util/langhelpers.py
test/base/test_utils.py
test/dialect/mysql/test_types.py
test/sql/test_types.py