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
- v0.5
- new macros: SQL_FORM_DB_WRITE, SQL_TABLE_EXPORT
- minor bug fixes
- v0.6
- introduction of CGI++ HTML extension paradigm
- <input type=date > CGI++ HTML extension tag
- improved HTML parsing model
- more intelligent inference of SQL types in SQL_FORM_TO_TABLE
- v0.7
- HTML_DO_HASH_PARSE macro
- minor bug fixes, tidying up of the code,
both CGI++ and generated
- v0.8
- SQL_FORM_DB_READ macro
- HTML_INCLUDE macro
- fixed the exit bug in the seg fault handler -- a funny kind of bug, isn't it?
Previous
Next
Table of Contents