Files
sqlalchemy/test/sql
Mike Bayer e21cd0d95f - Fixed bug in :func:.tuple_ construct where the "type" of essentially
the first SQL expression would be applied as the "comparison type"
to a compared tuple value; this has the effect in some cases of an
inappropriate "type coersion" occurring, such as when a tuple that
has a mix of String and Binary values improperly coerces target
values to Binary even though that's not what they are on the left
side.  :func:`.tuple_` now expects heterogeneous types within its
list of values.
fixes #2977
2014-02-27 19:54:49 -05:00
..
2013-08-28 10:16:52 -04:00
2013-04-27 19:53:57 -04:00
2014-02-01 13:22:43 -05:00
2013-11-21 15:39:05 -05:00