1863854 Natural Join between any tables
[csql.git] / ChangeLog
blob0bc8a13dfa947ac8476b98f089093b357c8d70eb
1 CSQL - Version 1.0 - Beta
2 -------------------------
3 1.Support for Atomicity, rollback for trasactions using undo logs
4 2.Support for three isolation levels: READ_UNCOMMITED, READ_COMMITED, READ_REPEATABLE.
5 3.Support for hash index with single key
6 4.Support for multiple users
7 5.Support for DML operations through table interface
8 6.Support for Predicates which involves only single table field names and constants
9 7.Debug Module, that prints additional messages on debug build
10 8.Configuration Module to load system paramaters from config file
11 9.Logger to log events of the system to log file
12 10.DBAPI for accessing the storage engine directly
14 CSQL - Version 1.1 - Beta
15 -------------------------
16 1.Primitive SQL Engine
17 2.SQL API for accessing SQL Engine
18 3.SQL Support for INSERT, UPDATE, SELECT, DELETE on single tables
20 CSQL - Version 1.2 - Beta
21 -------------------------
22 1.Primitive JDBC Type II Driver
23 2.Procmgmt -
24   Process registration and deregistration, 
25   Support for multi threads and cleanup thread
26 3.NULL value support 
27 4.Support for DDL in SQL Engine
28 5.NOT NULL, UNIQUE, PRIMARY KEY support 
29 6.CSQL- Interactive SQL Tool
31 CSQL - Version 2.0 - GA
32 -----------------------
33 1.Primitive ODBC Driver
34 2.ODBC Adapter for MySQL
35 3.Gateway with Synchronous mode
36 4.csqldump tool to take backup of tables and its records
37 5.Memory leak fixes using Valgrind
38 6.Improved test coverage in DBAPI, SQLAPI, JDBC, ODBC interfaces
39 7.Updated user manual
41 CSQL - Version 2.1 - Beta
42 -----------------------
43 1.Composite Keys
44 2.Binary Datatype
45 3.cacheverify tool
46 4.Aggregates and Group By support
47 5.LIKE operator support
48 6.Cache support for Postgres (Bi-directional)