All releases tagged Beta


Release Notes: This version adds a new option to make verbose "WHERE" clauses, improves parsing of the "CREATE table" file, and fixes some minor bugs.


Release Notes: An option to print output to stdout instead of a file has been added. Support for long options has been added. Bugs that affected program operation were fixed.


Release Notes: In this version, the ability to make queries for multiple tables has been added. A few minor bug fixes were also made.


Release Notes: The program now checks for SQL reserved words in your CREATE TABLE query file. Two minor bugs are also fixed in this release.


Release Notes: An option was added to let users append to output files insted of overwriting them.


Release Notes: DELETE queries can now be made, and some bugfixes were added.


Release Notes: It is now possible to make UPDATE queries. Some minor bugfixes were made.


Release Notes: Gathering input from users based on the SQL datatype, and when making an INSERT INTO query, quotes are no longer placed around numerical datatypes.


Release Notes: Not everything works yet.
C++ template classes implementing a B+ tree key/data container in main memory.