devel/lfcbase: 1.22.2 -> 1.22.3, databases/cego: 2.52.42 -> 2.52.43

lfcbase:
- Warning elimination in several code modules.
  -Wall should print no warnings anymore (with clang)

cego:
- Added patch for CegoJoinObject for correct and complete decoding.
  This is needed for database recovery procedure if nested join select
  occurs in update statement, e.g.
  update t1 set b1 = ( select max(b2) from t2 inner join t3 on t2.a2 = t3.a3 );
- Warning elimination for several code modules.
  In CegoContentObject encoding and decoding method,
  the obsolete key flag in the schema information was removed.
  This leads to a incompatibel datastructure and requires tableset
  export/import for an uplift ot this version
- To toChain method of CegoTableObject, CegoJoinObject and
  CegoAliasObject has been improved to treat undefined tabSetId
  argument ( defTabSetId = 0 ).
This commit is contained in:
Björn Lemke
2025-11-23 18:57:59 +01:00
committed by Kurt Jaeger
parent 3a8e49f204
commit 26c78421c1
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= cego
PORTVERSION= 2.52.42
PORTVERSION= 2.52.43
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1763891249
SHA256 (cego-2.52.42.tar.gz) = 5a7a356b508ae040438d55c2bdcf9d727093e7e60a6cc5d876dbef14b6b3a596
SIZE (cego-2.52.42.tar.gz) = 3309629
TIMESTAMP = 1763916210
SHA256 (cego-2.52.43.tar.gz) = 66e3472d1225ca9c4ad74d9577ea9ba8bd06163dff941ad51d3ef10469970739
SIZE (cego-2.52.43.tar.gz) = 3309885
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= lfcbase
PORTVERSION= 1.22.2
PORTVERSION= 1.22.3
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1763891235
SHA256 (lfcbase-1.22.2.tar.gz) = df720c1be41c0c6104d9869b7e4fe43c52a8fa84e7f6da658c6f669428164037
SIZE (lfcbase-1.22.2.tar.gz) = 668945
TIMESTAMP = 1763916198
SHA256 (lfcbase-1.22.3.tar.gz) = ddb1afc1ce9e1d2c3f79b8f194d0ccc3bd6ae68caeb214b58d251ebba2d7334e
SIZE (lfcbase-1.22.3.tar.gz) = 668218