K 10 svn:author V 2 pi K 8 svn:date V 27 2019-07-07T08:53:28.395622Z K 7 svn:log V 484 databases/cego: upgrade 2.45.0 -> 2.45.1 - Treated alias insert queries with empty schema, e.g. insert into a1 values ( 1, 'XXX'); - Some patches added for alias management to allow alias defintions as a subset of the original table, e.g. create table t1 ( a int, b string(10), c string(30)) create alias a1 on t1 ( a as ax, b as bx); This has required some fixes in CegoAliasObject::mapSchema and CegoQueryHelper::mapFLA Submitted by: Bjoern Lemke END