[OJB-developers] checkin done
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-06-09 23:10:15
|
Everything from this email has been tested and committed, sorry for breaking the tests there for a while. I've got a lot of bug fixes and test cases I want to get into the code line before we move, can I have a couple (maybe just 1) day to finish these before we move, that would save me a ton of pain. Completely rewrote the multiple classes mapped to one table code. Inheritance and polymorphism supported correctly now on one table. Project attributes supported ODMG reference object not triggering dirty bug fixed OQL support for not equals as != as well as <> Query support for referring to an object (it will assume you mean the primary key attribute) BlankString2NullField Converter for Oracle compatibility Fixed bind iterator bug for literals in OQL. Fixed bug where multiple objects (not extents) mapped to same table using auto sequences will re-use id's. Fix my own bug :) for supporting cursoring and failing gracefully for drivers that don't support .last, .absolute, etc. Fix bug where we didn't close resultsets and Oracle runs out of handles. Fix bug where redundant interfaces got added to Proxy. Test Cases for: - Complex Objects mapped to same table in both ODMG and PB - Contract-Version-Effectiveness Temporal Pattern in both ODMG and PB - Projection Attributes - Advanced OQL using literals. It's quite a bit of stuff, and I'd hate to have to integrate it into a different repository. Thanks, Matthew |