All .c files are moved to .cxx files, so that gcc interprets it as c++ file.
[csql.git] / ChangeLog
blob2db6bae26d610670307318b49213164528cb6db8
1 CSQL - Version 1.0 - Beta(Latest)
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