K 10 svn:author V 2 pi K 8 svn:date V 27 2016-03-06T16:21:20.226253Z K 7 svn:log V 1012 devel/lfcbase: 1.7.2 -> 1.8.0 databases/cego: 2.29.1 -> 2.29.3 Changes to lfcbase: - Fix in Chain for truncleft, truncRight and cutTrailing. In case of single character strings, the methods might return wrong results. - Started with implementation of TextIndex class ( utility class for full text index creation ) Changes to cego: - Fixes for table and query cache handling - Fix in CegoDistManager::dropDistObject, table and query cache have been checked for cleanup, if a table is dropped - Fix in CegoQuery.cc, added table and query cache cleanup for alter and rename queries - Fix in CegoClient to parse multi line statements correctly. Further multi line merge token ( \ ) has been added to merge long string or clob values. Now the following statements are possible: insert into t1 values ( 1, 'this is\ a multi line \ message \ with four lines'); - Added include of string.h in CegoAction.c ( compile error occured on Suse Linux ) Submitted by: Bjoern Lemke END