Files
sqlalchemy/test/orm
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-19 00:34:37 -05:00
2013-10-08 10:42:13 -04:00
2013-10-25 18:04:22 -04:00
2013-12-17 16:28:43 -05:00