|
Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
Project Release Information2013-02-05 08:30 Ordering and grouping was changed: the new introduced AVLTreeT base class is used to build up the ordering and grouping trees (requires lfc 1.4.0). Now any grouping and ordering queries can be performed in logarithmic order. 2013-01-28 06:23 This release adds btree+ index support. Using this index type increases index creation time and space consumption significantly. 2013-01-17 06:50 A bugfix has been made for like predicates in combination with function calls (e.g. select forename from kids k where gender = 'girl' and lower(forename) like '%nn%';). The QueryHelper did not analyze the condition correctly. Project Resources
Project Description Cego implements a relational and transactional |