Files
sqlalchemy/test/sql
Mike Bayer 0721a6bede Genericize str() for types
Remove lookup logic that attempts to locate a dialect for a type,
just use StrSQLTypeCompiler.

Cleaned up the internal ``str()`` for datatypes so that all types produce a
string representation without any dialect present, including that it works
for third-party dialect types without that dialect being present.  The
string representation defaults to being the UPPERCASE name of that type
with nothing else.

Fixes: #4262
Change-Id: I02149e8a1ba1e7336149e962939b07ae0df83c6b
2020-08-01 19:49:15 -04:00
..
2020-08-01 19:49:15 -04:00
2020-06-27 21:30:37 -04:00
2020-07-03 23:39:51 -04:00
2020-08-01 19:49:15 -04:00
2020-08-01 19:49:15 -04:00
2020-03-24 14:05:19 -04:00