All releases of DBOW


Release Notes: Perl functionality is now included with the base release. Some minor bugfixes were made.


Release Notes: This is a minor update of the DBOW code to fix some bugs found after 0.4 was released. The biggest change is the addition of nested queries so that dbow_query can be called recursively without affecting the "upper" query. The stubs for supporting the "function" block were added, which allows for a more granular approach to defining functions.


Release Notes: This release brings the C interface to a stable (BETA) level, adds a "db_findXXXfirst()" function for searching the entire table. adds a "db_runXXXquery()" function which will run a SQL statement (without parsing any arguments) and return the first match, fixes a bug which caused the include() m4 statement to be emitted more than once, and puts the "EMIT" code at the bottom of the output file.


Release Notes: This release adds additional functionality to the code generator, and streamlines the C and SQL produced.


Release Notes: This release now uses M4 as a back-end to produce the C/PHP code for interfacing with the database.