File Release Notes and Changelog
Notes:
first public release.
Changes:
- implementations of select, update, insert and delete queries.
- complex where expression with IN, EXISTS, BETWEEN clauses and subquery.
- many aggregation functions in select statement.
- inner join, outern join (left, right, full).
- group by clause.
- insert .... values and insert .... select type.
- parsing interface.
- multiply database interface.