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 <lemke@lemke-it.com>