- Fix automatic naming of indexes
- Allow indexes to be named properly
- Check for duplicate 'not null' field entries in the 'system' catalog
- Create separate file for xbase 'system' catalog functions
Dropping the dependancy on xbase. There is still cleanup work to do yet, but this version is the first step.
New release (0.0.3) which includes some fixes and support for Qt 3.0-beta1
localsql-0.0.2 is out, with these improvements:
- aggregate functions (COUNT, MIN, SUM, etc)
- GROUP BY and HAVING now supported
- NOT NULL column constraints
- PRIMARY KEY column constraints
- NULL values
An initial version of LocalSQL can be grabbed from the Files section.