9418b27bc1
databases/cego: update 2.32.11 -> 2.32.14 lfcbase: - Small fix for Monitor::showFormBox, in case of menu elements, delete key is disabled cego: - Correstion for distinct clause. With the current grammar implemention, queries with nested selects and using the distinct operator might fail. Cego.def grammar and CegoAction implementation has been changed in way, that distinct option is just allowed at the beginning ( e.g. select distinct count(a) from t1 and NOT select count(distinct a) from t1 ) This should simplify usage, since by using the distinct clause, distinct tuples are retrieved either for plain queries or for aggregation Confusing sample not allowed anymore : select count(distinct a), count(distinct b) from t1 ... now select distinct count(a), count(b) from t1 ) - Fix in CegoBTreeValue::valueFromSchema added. In case of multidimension btree objects, the insert of new values might fail, if string bases attributes occur at the beginning - Fix in CegoDistManager::registerObjects, registration of btree objects was still missing. This might lead to wrong results for drop if exists btree statements - Added check to CegoXMLSpace::addArchLog to verify, that directory for new archive location really exists - Added archive log management to curses based CegoAdmMon administration console Submitted by: Bjoern Lemke <lemke@lemke-it.com> |
||
---|---|---|
.. | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |