Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Korrekturen und Verbesserungen in Btrees.
Fixes and improvements in btrees.

2013-02-05 08:30
2.17.0

Sortierung und Gruppierung wurde geändert: das neue eingeführt AVLTreeT Basisklasse verwendet wird, um die Bestellung und Gruppieren von Bäumen aufzubauen (erfordert Lfc 1.4.0). Jetzt können jeder Gruppierung und Sortierung Abfragen in logarithmischen Reihenfolge durchgeführt werden.
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

Diese Version hinzugefügt CegoXPorter (Tischset Import / Export) Btree-Objekte.
This release adds btree objects to CegoXPorter (tableset import and export).

2013-01-28 06:23
2.16.0

Dieses Release bringt Btree + Index-Unterstützung. Mit diesem Index erhöht Index-Erstellung Zeit und Raum-Verbrauch deutlich.
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

Ein Bugfix hat für like-Prädikate in Kombination mit Funktionsaufrufen gemacht wurden (z.B. k Kinder Vornamen wählen wo gender = 'Mädchen' und lower(forename) like '% Nn %';). Die QueryHelper die Bedingung nicht korrekt analysieren.
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