Beta 0.9
Changes for this release:
- Transformations added.
- Console debugging window added.
- Parsing optimisations.
- Pre-compilation has been disabled since the optimisations are fast enough to not need it.
- Some more eye-candy and general “polishing”.
- Many bug fixes, and the code completion has been improved and is less annoying.
Transformations are applied for each row of meta-data, and defaults are added to the SQL Server, Oracle, and Access source providers.
A symbol table implementation has not been performed as of yet. It is quite an invasive piece of work to do, so it will have to wait until another iteration. Also, I was hoping to enable codeDOM execution and direct script execution against a database connection, but again this will best best applied in a future iteration. The current changes need time to settle.
Documentation will be up soon, it is the next priority.

Leave a comment