diff options
author | Björn Lemke <lemke@lemke-it.com> | 2025-04-21 14:02:32 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2025-04-21 14:02:32 +0200 |
commit | e577c12f185d39a483865ec84ee338db52cc5b73 (patch) | |
tree | 08ef2c7db2ffce50fe3bf7ca7f370bc0ece4160d /ukrainian/pkg | |
parent | devel/viewvc-devel: update to 1.3.0-20250316 (diff) |
- Fix added in CegoFactor::getAggregationList:
for case QUERY and case FETCH, the not-supported exceptions
have been removed, otherwise this leads a useless exception
in CegoAttrCond::asConjunctionList where aggregations are just checked
- Added grammer change in Cego.def to ensure operator precedence
for AND and OR condition operator.
AND has higher precedence if no enclosing braces are given.
The result for the following queries should be the same
select * from t1 where a = 42 or a = 1 and b = 'X' ;
select * from t1 where a = 1 and b = 'X' or a = 42;
select * from t1 where a = 42 or ( a = 1 and b = 'X' );
- With cego version before 2.51.7, braces have been mandatory to
ensure operator precedence.
With the new grammar extension, the AND operator has a higher presedence
Diffstat (limited to 'ukrainian/pkg')
0 files changed, 0 insertions, 0 deletions