× News Cego SysMT Croom Web Statistics Impressum
SysMT Logo
Änderungsprotokolle

Im folgenden sind die letzten Änderungen der verschiedenen Softwarepakete aufgeführt.

Letze 10 30 100 1000 10000 Einträge

Kategorie Datum Version Eintrag
cego 02.07.2026 2.54.38 Version released
cego 02.07.2026 2.54.38 Fix added in CegoPredicate::Constructor, for LIKE-Constructor, the case ISNOTLIKE was not treated with the right condition ( ! isNegated && isCaseSensitive => isNegated && isCaseSensitive ). This might lead to undefined _mode variable which could result in a crash.
cego 30.06.2026 2.54.37 Version released
cego 28.06.2026 2.54.37 Added cgclt command show transaction to indicate detailed transaction information. This may be useful for a deeper investigations
cego 28.06.2026 2.54.37 Added list transaction command to cgclt to retrieve open transaction information ( analog to cgadm )
cego 25.06.2026 2.54.36 Version released
cego 24.06.2026 2.54.36 Several patches added for schema change recovery operations ( alter table operations ). In CegoRecoveryManager::recoverCurrentTransactionLog, for the LOGREC_ALTER case it must be distinguished for the object types TABLE, BTREE and FKEY. After decoding altered object information from the log, just schema must be setup for the alter object, otherwise page id information is corrupted.
cego 24.06.2026 2.54.36 Further patches added regarding recovery procedure. The CegoFieldValue::setup method was changed to treat sysdate values during recovery in the right way ( local copy has to be created to save original field value information ) CegoFactor::evalFieldValue has to adapted for this
cego 24.06.2026 2.54.36 Further patches added regarding recovery procedure. The CegoFieldValue::setup method was changed to treat sysdate values during recovery in the right way ( local copy has to be created to save original field value information ) CegoFactor::evalFieldValue has to adapted for this
cego 23.06.2026 2.54.35 Version released