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-02-09 09:28
2.17.2

수정 및 개선 트리입니다.
Fixes and improvements in btrees.

2013-02-05 08:30
2.17.0

정렬 및 그룹화 바뀌었다: 새로운 도입 기본 클래스 순서 지정 및 그룹화 나무를 구축 하는 데 사용 하는 AVLTreeT (lfc 1.4.0 필요). 이제 모든 그룹화 및 순서 지정 쿼리 로그 순서로 수행할 수 있습니다.
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-29 07:46
2.16.1

이 릴리스는 CegoXPorter (tableset 가져오기 및 내보내기)을 btree 개체를 추가합니다.
This release adds btree objects to CegoXPorter (tableset import and export).

2013-01-28 06:23
2.16.0

이 릴리스에 btree + 인덱스 지원 추가. 이 인덱스 형식을 사용 하 여 인덱스 생성 시간 및 공간 소비 크게 증가 합니다.
This release adds btree+ index support. Using this index type increases index creation time and space consumption significantly.

2013-01-17 06:50
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