Download List

Projeto Descrição

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

Foi feita para um bugfix como predicados em combinação com as chamadas de função (por exemplo, selecione o nome próprio de crianças k onde sexo = 'menina' e lower(forename) like '% % nn';). O QueryHelper não analisar corretamente a condição.
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