Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D19788
Change Details
Change Details
Old
New
Diff
Depends on D19787. Ref T13217. If we only have one subclause, render `WHERE 2 > 1` instead of `WHERE ((2 > 1))`. When there are two or more clauses, continue to render `WHERE ((2 > 1) AND (3 > 2) AND ...)`.
Depends on D19787. Ref T13217. If we only have one subclause, render `WHERE (2 > 1)` instead of `WHERE ((2 > 1))`. When there are two or more clauses, continue to render `WHERE ((2 > 1) AND (3 > 2) AND ...)`.
Depends on D19787. Ref T13217. If we only have one subclause, render `WHERE
(
2 > 1
`
)`
instead of `WHERE ((2 > 1))`. When there are two or more clauses, continue to render `WHERE ((2 > 1) AND (3 > 2) AND ...)`.
Continue