Download List

프로젝트 설명

Cego implements a relational and transactional database system with support for the SQL query language. The current release contains the most common database features for basic table manipulation and data retrieval. Indexes, foreign keys, views, and stored procedures are also implemented. Future releases (2.0 and above) will support a multi-node database concept with log file shipping for an automatic database application failover.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-17 06:50 Back to release list
2.15.8

Bugfix 했다에 대 한 like 조건자 함수 호출 함께에서 (예: forename 키즈 k에서 선택 어디 성별 = '소녀'와 '%nn% ' lower(forename);). QueryHelper 상태를 제대로 분석 하지 않았다.
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