From 397ba5d73d8486a2092cacfaaa743d92731ce67c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 28 Jan 2009 01:28:20 +0000 Subject: - _CalculatedClause is gone - Function rolls the various standalone execution functionality of CC into itself, accesses its internal state more directly - collate just uses _BinaryExpression, don't know why it didn't do this already - added new _Case construct, compiles directly - the world is a happier place --- lib/sqlalchemy/sql/operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/operators.py') diff --git a/lib/sqlalchemy/sql/operators.py b/lib/sqlalchemy/sql/operators.py index d28a6e0f5..7c21e8233 100644 --- a/lib/sqlalchemy/sql/operators.py +++ b/lib/sqlalchemy/sql/operators.py @@ -114,7 +114,7 @@ _PRECEDENCE = { and_: 3, or_: 2, comma_op: -1, - collate: -2, + collate: 7, as_: -1, exists: 0, _smallest: -1000, -- cgit v1.2.1