Files
sqlalchemy/test/sql
Mike Bayer 028e5e9033 Use tuple for function package names
Fixed issue where using a ``func`` that includes dotted packagenames would
fail to be cacheable by the SQL caching system due to a Python list of
names that needed to be a tuple.

Fixes: #6101
Change-Id: I1d4bb5bf230b83596c59b6a04aa498f18ecd9613
2021-03-19 14:52:59 -04:00
..