diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-25 12:20:13 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-25 12:20:13 -0500 |
commit | 77f641429f019d06cc467ec4e57ae94f808d70bd (patch) | |
tree | 94ddacadb8915d19d3ee3cdf7a3771fa63ba0184 /test/orm/inheritance/test_basic.py | |
parent | 5247c244ca6595f2685f1c0c271618eda7cb5e62 (diff) | |
download | sqlalchemy-77f641429f019d06cc467ec4e57ae94f808d70bd.tar.gz |
- Fixed operator precedence rules for multiple
chains of a single non-associative operator.
I.e. "x - (y - z)" will compile as "x - (y - z)"
and not "x - y - z". Also works with labels,
i.e. "x - (y - z).label('foo')"
[ticket:1984]
- Single element tuple expressions inside an IN clause
parenthesize correctly, also from [ticket:1984],
added tests for PG
- re-fix again importlater, [ticket:1983]
Diffstat (limited to 'test/orm/inheritance/test_basic.py')
0 files changed, 0 insertions, 0 deletions