From: Mike Bayer Date: Sun, 2 Apr 2006 04:09:05 +0000 (+0000) Subject: fix to oeprator test for new parenthesized rules X-Git-Tag: rel_0_1_6~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225b9ec1385a80170ddf27e7c2b62e76ee680590;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix to oeprator test for new parenthesized rules --- diff --git a/test/select.py b/test/select.py index c61b332511..9c260c3243 100644 --- a/test/select.py +++ b/test/select.py @@ -210,7 +210,7 @@ sq.myothertable_othername AS sq_myothertable_othername FROM (" + sqstring + ") A ) self.runtest( - literal("a") + literal("b") * literal("c"), ":literal + :liter_1 * :liter_2", db + literal("a") + literal("b") * literal("c"), ":literal + (:liter_1 * :liter_2)", db ) def testmultiparam(self):