Published by cce on 2011-09-20
The first beta of the 2.2 release is now available.
The new release brings two major features:
We’ve tagged 2.2.0 beta #1, our first installment on the road to supporting “form applications”. Here are the major new features we’ve added:
All of these features are enabled at https://demo.htsql.org
The /meta() command changes the execution context to run queries on the system catalog: table, field, column and link. For example,
| name |
|---|
| appointment |
| class |
| classification |
| confidential |
| course |
| course_classification |
| department |
| enrollment |
| instructor |
| prerequisite |
| program |
| program_requirement |
| school |
| semester |
| student |
| table_name | name | is_singular | target_name | reverse_name |
|---|---|---|---|---|
| department | appointment | false | appointment | department |
| department | course | false | course | department |
| department | school | true | school | department |
In addition to new features, we have one important bug fix. There is a silent data truncation error that can be triggered with character encoding issues (reported by Gordon... thank you!). SQLite users should upgrade.