Files
sqlalchemy/test/sql
Mike Bayer 0ca7b53b42 Fixed bug where the expression system relied upon the `str()`
form of a some expressions when referring to the ``.c`` collection
on a ``select()`` construct, but the ``str()`` form isn't available
since the element relies on dialect-specific compilation constructs,
notably the ``__getitem__()`` operator as used with a Postgresql
``ARRAY`` element.  The fix also adds a new exception class
:class:`.UnsupportedCompilationError` which is raised in those cases
where a compiler is asked to compile something it doesn't know
how to.  Also in 0.8.3.
[ticket:2780]
2013-07-12 11:32:34 -04:00
..
2013-06-04 23:20:02 -04:00
2013-05-05 01:42:26 -04:00
2013-04-27 19:53:57 -04:00
2013-04-27 19:53:57 -04:00
2013-04-27 19:53:57 -04:00
2013-04-27 19:53:57 -04:00