Previous
Next
Table of Contents
- v0.2
- Support for nested SQL_CURSOR loops
- Fixed a glaring bug in the expansion of SQL_CURSOR_DONE .
Amazing that things still worked in v0.1 with it being there.
- Fixed a bug in parsing <input type="something">
- Fixed a bug in the
operator void*()
of generated Form claess in the case of GET request
- added example of nested SQL_CURSOR loops to the documentation
- v0.3
- Fixed bugs in processing multiple forms
- new macros:
MAIL_INIT, MAIL_START, MAIL_END, MAIL_APP and MAIL_ON_ERROR
- Added line numbering #line directives to the generated
code to help catch C++ errors in .cgi++ files
- v0.4
- new macros: SQL_CLIENT_APP, SQL_SCHEMA_FILE, and
SQL_FORM_TO_TABLE
Previous
Next
Table of Contents