Files
sqlalchemy/test/sql
Mike Bayer a697fcc1cb Support GenericFunction.name passed as a quoted_name
A function created using :class:`.GenericFunction` can now specify that the
name of the function should be rendered with or without quotes by assigning
the :class:`.quoted_name` construct to the .name element of the object.
Prior to 1.3.4, quoting was never applied to function names, and some
quoting was introduced in 🎫`4467` but no means to force quoting for
a mixed case name was available.  Additionally, the :class:`.quoted_name`
construct when used as the name will properly register its lowercase name
in the function registry so that the name continues to be available via the
``func.`` registry.

Fixes: #5079
Change-Id: I0653ab8b16e75e628ce82dbbc3d0f77f8336c407
2020-01-06 14:11:18 -05:00
..
2019-11-08 15:40:25 -05:00
2020-01-01 11:11:24 -05:00
2019-07-21 10:51:29 +10:00
2019-03-05 20:29:05 -05:00
2019-11-11 16:51:46 -05:00