diff options
author | Björn Lemke <lemke@lemke-it.com> | 2025-06-15 17:31:43 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2025-06-15 17:31:43 +0200 |
commit | 85b9beb4f50ed0dfc36445e6ce2230fa4df5432b (patch) | |
tree | e78148965af9d87fb397608e5c8f91be2e49eff4 | |
parent | sysutils/iocage: Fix CONFLICTS (diff) |
databases/cego: update 2.52.8 -> 2.52.9
- In CegoAdminHandler::getUserInfo, increased size
of NUMREQ and NUMQUERY from 10 to 12, for long running systems
with > 10^9 requests
- Added pack mode in CegoClient to improve the display of
large string column values. Only the longest length of all values
in <n> rows is displayed, not the full length of the field itself.
Example: If the table definition for a string is 300 chars,
and the values are only 4-10 chars wide, the table is only
displayed with 10 chars.
- Fix added in CegoDistCursor::joinSetup:
for outerCond calculation, null value comparisons are also used,
since this leads to correct join results and can be optimized by
using btrees.
( set attrCond.getFilterCond(outerSchema, false) to (outerSchema, true)
for left outer and right outer join)
- In CegoSelect::getPlan, added parentJoinBuf setup for nested queries in expression list to evaluate join plan correctly
( parentJoinBuf is required for analysis in CegoQueryHelper::checkAttrCond)
- Add duplicate check for table aliases in CegoSelect::evalReferences
-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 35c264dcebb2..d182b3add7a2 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.8 +PORTVERSION= 2.52.9 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 728ef753df54..b74b41bd00ed 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748675733 -SHA256 (cego-2.52.8.tar.gz) = e71e57d3f551edfdb38a364aaeadcf84b36c4335799a7fcf903502b04d069b2f -SIZE (cego-2.52.8.tar.gz) = 3364890 +TIMESTAMP = 1749991790 +SHA256 (cego-2.52.9.tar.gz) = 05d04b6cd953f4775e13bc4108e2bca6796da760ed24726feae2b9678dfda74f +SIZE (cego-2.52.9.tar.gz) = 3407596 |