Ä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 | 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 |