diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-18 18:26:15 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-18 18:26:15 -0500 |
| commit | 2692238f45ae4d2f46949dfa52b16132bd266e0e (patch) | |
| tree | 3ea336d98a01461b51da530bf0aca155b891fdd0 /doc/build | |
| parent | f701f87c1374c1e4d80b9f47c17632518cece765 (diff) | |
| download | sqlalchemy-2692238f45ae4d2f46949dfa52b16132bd266e0e.tar.gz | |
- 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]
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 335024016..3106eefb8 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,16 @@ :version: 0.9.0b2 .. change:: + :tags: bug, mysql + :tickets: 2893 + + 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. + + .. change:: :tags: feature, postgresql :tickets: 2581 :pullreq: github:50 |
