Fixed problem in properly dealing with postgreSQL quotations, preventing
users of postgreSQL to use the product with schemas.
(Werner - 20041208)
Fixed various problems with the HTML docs (typos, structure, content, etc.).
(Werner - 20041205)
Fixed a problem parsing OQL WHERE clauses containing string or character constants
including a question mark character.
(Werner - 20041204)
Adds configuration of JDO using an inline JDBC DataSource by providing
configuration parameters using a Properties collection
(Werner - 20041129)
Added support for using constants in comparison expressions with bind values.
(Werner - 20041129)
Castor JDO test suite now uses log level "error" by default.
(Werner - 20041127)
Handling of SQL parameter binding and their order is now completely
handled by SqlBindParser; all use of ParamInfo maps has been removed.
(Werner - 20041127)
Added support for SQL parameters as part of IN statements in WHERE clauses.
(Werner - 20041123)
Added additional debug statements during binding of SQL parameters.
(Werner - 20041122)
Extends new SQL parameter binding code to SimpleQueryExecutor.
(Werner - 20041018)
Re-anabled support for LIMIT clauses for MS SQL Server.
(Werner - 20040928)
Added support for LIMIT/OFFSET clauses for HSQL, and extended HSQL-specific test case.
(Werner - 20041001)
Added support for RDBMS-specific meta data in general. This is currently used
within OracleQueryExpression to support the LIMIT clause implementation for
Oracle 8.1.6 and above only.
(Werner - 20040927)
Added support for LIMIT/OFFSET clauses for Oracle, and fixed problems with
mySQL implementation (ordering of parameters).
(Werner - 20040927)
FieldMolder now looks for is<FieldName>() methods for boolean properties, in addition
to standard get<FieldName>() methods.
(Werner - 20040917)
Added functionality to clear/reset the database configuration.
Added functionality to configure Castor JDO via an in-memory JDOConf instance
(plus a factory class for creating JdoConf instances).
(Werner - 20040917)
Fixed NPE in SQL CALL statements with master/detail relation.
(Werner - 20040817)
Updated list of available mapping types.
(Werner - 20040811)
Fixes a problem with dereferencing members of Complex that are set to null.
(Werner - 20040122)