Version | Date | Description |
---|---|---|
2.2.1 | 2010-Nov-09 | |
2.2.0 | 2010-Sep-24 | |
2.0.8 | 2010-07-21 | |
2.0.7 | 2010-07-19 | |
2.0.6 | 2010-07-16 | |
2.0.5 | 2010-07-16 | |
2.0.4 | 2010-07-16 | |
2.0.3 | 2010-07-07 | |
2.0.2 | 2010-07-06 | |
2.0.1 | 2010-06-30 | |
2.0 | 2010-06-29 |
Type | Changes | By |
---|---|---|
Added the meta model accessor and the model accessor for convenient access to meta model and model. Note: Incompatible change, the methods prepareStatement() and executeQuery(facade) have been replaced with prepareStatement(facade) and executeQuery(). (We need the connection earlier when preparing the queries.) | joe | |
Added an implementation of CSQL for JaxMas, so that we can now have a complete test suite based on JaxMas. | joe |
Type | Changes | By |
---|---|---|
The methods setBoolean(String,boolean) and setBoolean(int,boolean) have been missing in CsqlStatement. | joe | |
Added ROFile, thus support for file attributes. | joe |
Type | Changes | By |
---|---|---|
Added support for classification attributes to the model. Classification attributes in the query engine are still unsupported. | joe |
Type | Changes | By |
---|---|---|
Multiple fixes related to the fact that JAXR name and XML schema name differ for most builtin types, in particular service and organization. | joe |
Type | Changes | By |
---|---|---|
Added support for LIKE. | joe | |
Added support for functions like UPPER, and LOWER. | joe | |
Queries for builtin objects without namespace (Organization, Service, etc.) did not work. | joe |
Type | Changes | By |
---|---|---|
Cleanup of package structure, so that we can support OSGI easily. | joe |
Type | Changes | By |
---|---|---|
Added support for namespace declarations in SELECT statements via "declare namespace foo='bar'". | joe |
Type | Changes | By |
---|---|---|
Added support for registry objects builtin properties to the CSQL: ro.name(), ro.key(), ro.userVersion(), and so on. These are called "registry object methods". | joe |
Type | Changes | By |
---|---|---|
Added initial draft of the CentraSite Query Language (CSQL). | joe |