K 10 svn:author V 2 pi K 8 svn:date V 27 2017-11-18T08:34:07.055165Z K 7 svn:log V 602 databases/cego: update 2.37.3 -> 2.38.0 databases/cegobridge: update 1.2.1 -> 1.3.0 cego: - Fix in CegoSelect::clone, pUnionSelect was not cloned, which might lead to seg faults - Introduced predicate clause for select .. in ( expr, expr, ... ), e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not implemented but is part of standard SQL. cegobridge: - Adaptions made for modified cego-2.38.0 API with extended CegoDatabaseFormatter::formatPred method ( exprList was added for new introduced select in ( expr list ) predicate ) Submitted by: Bjoern Lemke END