Files
sqlalchemy/test/sql
Mike Bayer 8afb69ced8 - Fixed regression whereby the "annotation" system used by the ORM was leaking
into the names used by standard functions in :mod:`sqlalchemy.sql.functions`,
such as ``func.coalesce()`` and ``func.max()``.  Using these functions
in ORM attributes and thus producing annotated versions of them could
corrupt the actual function name rendered in the SQL. [ticket:2927]
2014-01-29 17:33:28 -05:00
..
2014-01-29 14:57:18 -05:00
2013-08-28 10:16:52 -04:00
2013-04-27 19:53:57 -04:00
2013-11-21 15:39:05 -05:00