K 10 svn:author V 2 pi K 8 svn:date V 27 2017-11-30T20:09:16.874757Z K 7 svn:log V 609 devel/lfcbase: update 1.11.1 -> 1.11.2 databases/cego: update 2.38.5 -> 2.38.6 lfcbase: - More detailed exception messages for BigDecimal and BigInteger cego: - Fix in CegoFunction::getId and CegoSelect::getQueryId : with enabled query cache, the following select is cached select nextcount(mycount); - Since nextcount is a modifying operation, this is not a good idea. To avoid caching, CegoFunction now throws an Exception if nextcount / setcount function calls are detected during getQueryId. For these cases, the query id ignored for caching Submitted by: Bjoern Lemke END