Latest:
- allow creating views with no columns (data passed in defines row count)
Ratcl 0.9 - Feb 5, 2004 -
[link]
- added filtering based on conditional expressions
- added computed columns, and support for "?" parameters
- API change: "$v addcol name value" is now "$v addcol name ? value"
- fixed incorrect "A join1 B" when B had no extra columns
- fixed trace cleanup problem when view var gets re-used
- this is a feature freeze until 1.0 is out
Ratcl 0.8 - Feb 2, 2004 -
[link]
Everything should work as documented, but there are some weak spots:
- the functionality and API is still evolving
- only strings and integers are supported as datatypes
- views can have at most 100 columns
- error handling: incorrect calls lead to all sorts of weirdness
- performance is being ignored until usage patterns are understood
- this release works on Windows, Mac OS X, and Linux