From: Gavin_King/Cirrus%<CI...@ci...> - 2002-05-26 12:11:33
|
Cool. Thanks for that. I realised another cases would also benefit from that fix so I refactored the exception handling out onto ReflectHelper. Made a few other changes this weekend: 1. Got it re - working and compiling in JDK 1.2 (proxies transparently disabled) 2. session is now much cleverer about how often it needs to flush itself. It only flushes before a query execution if it could contain changes to any of the queried tables. (rather than before _every_ query) 3. fixed a problem with native key generation + not-null constaints on foreign keys. 4. added a column type override (attribute sql-type of <column> tag) and a couple of other little changes. I want Anton's Transaction API + Jon's composite id query patch and then I'm prepared to declare a functionally complete 1.0rc. At that point I've promised myself not to write anymore code until the documentation is improved. For those who havn't checked out 0.9.13 yet, go have a look...... |