diff options
author | Björn Lemke <lemke@lemke-it.com> | 2025-07-04 06:18:14 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2025-07-04 06:18:14 +0200 |
commit | ddeca61a7b425302868d97faf0358c60f7108758 (patch) | |
tree | ca2bb1fa361d23ba3e53208337536d24d354bbe2 /databases | |
parent | math/R-cran-Rsolnp: Update to 2.0.1 (diff) |
databases/cego: update 2.52.10 -> 2.52.12
- Fix added in CegoQueyHelper::evalAttrCond, COMPLETE value must
be returned in flArray loop and if not found PARTIAL must be returned
( return was missing )
- Patch in CegoTerm::getSelectQueryList to retrieve subselects
also for case conditions and nested conditions. So this affects
also class CegoFactor, CegoCaseCond and CegoCondition which have
to provide the getSelectQueryList method. This extension is required
to retrieve appropriate table sets for query cache decicisions
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index e3897f6ae745..bd58f9316592 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.10 +PORTVERSION= 2.52.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index a96077fb8524..634644d4288d 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750582416 -SHA256 (cego-2.52.10.tar.gz) = ab9b568f5a875f28b78941b7e6fe4b46fad3036d5f246f310c8946dd575359c4 -SIZE (cego-2.52.10.tar.gz) = 3321878 +TIMESTAMP = 1751547684 +SHA256 (cego-2.52.12.tar.gz) = a48a8d6f05a660be56cd7c96a63264806f7388384711a1d84d0eb1a32afd2162 +SIZE (cego-2.52.12.tar.gz) = 3380495 |