Files
sqlalchemy/test/sql
petit87 3cc9448ce3 Fix repr for MySQL SET, generic Enum
Fixed issues in :class:`_mysql.SET` datatype as well as :class:`.Enum`
where the ``__repr__()`` method would not render all optional parameters in
the string output, impacting the use of these types in Alembic
autogenerate. Pull request for MySQL courtesy Yuki Nishimine.

Fixes: #7720
Fixes: #7789
Closes: #7772
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7772
Pull-request-sha: d58845479f
Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>

Change-Id: Idcec23eab4258511d9f32f4e3d78e511ea6021f1
(cherry picked from commit a926dea6b7)
2022-03-04 13:01:30 -05:00
..
2021-09-21 22:36:27 -04:00
2021-07-21 16:14:43 -04:00
2021-07-21 16:14:43 -04:00
2021-05-12 22:10:19 +02:00
2021-11-16 14:45:35 -05:00