From: Gavin K. <ga...@ap...> - 2002-11-25 07:44:06
|
I will be releasing a new version real soon (the next day or so - just doing some extra testing now). The highlights are: * MUCH more mature support for normalized mappings :) * support for scalar values in queries called with find()! * support for component-valued properties in select clause * more natural semantics for query language expressions like: not foo.bar.baz = 'foo' * support for subcollections in query langugage: foo.bars[2]['index'], foo.bars[4].elements, foo.bars[0].size, etc. * new calandar + calendar_date types It would be nice if some of you guys could try out the current CVS HEAD over the next 24 hours, as a check that nothings broken and that new functionality is working as expected. |