Änderungsprotokolle |
---|
Im folgenden sind die letzten Änderungen der verschiedenen Softwarepakete aufgeführt.
Letze 10 30 100 1000 10000 Einträge
Kategorie | Datum | Version | Eintrag |
---|---|---|---|
lfcbase | 11.07.2025 | 1.22.0 | Added class Replacer to support string replacement based on regular expressions ( like unix sed ) |
lfcbase | 11.07.2025 | 1.21.9 | Version released |
lfcbase | 11.07.2025 | 1.21.9 | Fix added to BigDecimal class for internal constructor to normalize zero values to "0" and in scaleTo method to treat zero values correctly |
cego | 10.07.2025 | 2.52.18 | Version released |
lfcbase | 10.07.2025 | 1.21.8 | Version released |
cego | 09.07.2025 | 2.52.18 | Added suport for lfcbase-1.21.8 ( BigDecimal::RoundMode ), Round mode ist setup in dbxml via database ROUNDMODE attribute ( either UP, DOWN, HALFUP, HALFDOWN ) |
lfcbase | 09.07.2025 | 1.21.8 | For class BigDecimal::scaleTo, added RoundMode parameter which can either be UP ( round up ), DOWN ( round down ) , HALFUP ( round up if neigbours equidistant or higher ) or HALFDOWN ( rond down if neighbors are equidistant or lower ) |
cego | 08.07.2025 | 2.52.17 | Version released |
cego | 08.07.2025 | 2.52.17 | Added datetime cast operator to convert from string value to datetime. If used, this avoids expensive real time cast operations for queries and should accelerate execution time |
cego | 08.07.2025 | 2.52.16 | Version released |
cego | 08.07.2025 | 2.52.16 | In CegoFieldValue::toChain, for case DATETIME resulting string was corrected. In the meantime, we avoid date value construction via date/scandate function, either the required value is calculated via cast. So just the date string value is provided in the defined datetime formt. |
cego | 07.07.2025 | 2.52.15 | Version released |
cego | 06.07.2025 | 2.52.15 | Added performance patch to CegoSelect::buildJoinConditions. pPred is set to checked if analyzed as complete, also if the predicate is external ( setup via setViewCond ) In the meantime, external conditions are fully handeled via CegoDistCursor |
cego | 04.07.2025 | 2.52.14 | Version released |
cego | 04.07.2025 | 2.52.14 | To provide an appropriate output length for datetime values, date format evaluation has been added to CegoMain which sets up __dateLength. This global variable then is used by CegoQueryHelper to provide appropriate length ( method maxFieldSize ) |
cego | 04.07.2025 | 2.52.13 | Note : If check contraints are used, tableset export and import is required for this version ! |
cego | 03.07.2025 | 2.52.13 | Version released |
cego | 03.07.2025 | 2.52.13 | Introduction of nclike operator for case insensitive pattern matching ( analog usage as like operator ) |
cego | 03.07.2025 | 2.52.12 | Version released |
cego | 02.07.2025 | 2.52.12 | Patch addded 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 |