I volunteer to fix the logs. I may also do some DataNode.performQuery (and
maybe DbAdapter) refactoring, since with Andriy's changes and with coming
stored procedures, and BLOBS, it becomes more and more clear that
DbAdapters must abstract not only query *translation* but also query
*execution*. This becomes a database-dependent issue. E.g.:
1. Oracle has special support for batch updates
2. All databases but Oracle return ResultSets from stored procedures in a
"JDBC way", in Oracle you have to use procedure return value with special
non-JDBC type for resultset.
.....
Andrus
> Cayenne has just switched to new commitChanges(...) based on
> ContextCommit. It is expected to support all the features present in
> commitChanges (ref integrity, flattened relationships, events) before
> along with the new batch style of queries and multi-reflexive table
> processing. Presently it generates significantly less logging output
> comparatively to old commitChanges. Everybody are welcome to add any
> needed logging stuff. The old version is not removed yet. It was renamed
> to commitChangesOld and the access rights were changed to 'private'.
> This code stays for the reference and will be removed shortly.
>
> Andriy.
This archive was generated by hypermail 2.0.0 : Tue Feb 11 2003 - 16:17:35 EST