Re: Cayenne 3.0M6 released

2009-06-04 Thread Andrus Adamchik
On Jun 4, 2009, at 3:06 PM, Borut Bolčina wrote: Map row = it.nextDataRow(); ... is it safe to replace the assignement to: Map row = (Map) it.nextRow(); which compiles under M6? Yes.

Re: Cayenne 3.0M6 released

2009-06-04 Thread Borut Bolčina
Hi, congratulations for this release. I had just replaced M5 with M6 and got one compile error. This worked under M5: ResultIterator it = null; try { it = context.performIteratedQuery(sq); while (it.hasNextRow()) { Map row = it.nextDataRow(); ..

Re: Cayenne 3.0M6 released

2009-05-29 Thread Malcolm Edgar
Great to see M6 release out guys. My favourite ORM keeps getting better. regards Malcolm Edgar On Fri, May 29, 2009 at 8:43 PM, Aristedes Maniatis wrote: > Another release on the journey to Cayenne 3.0! This milestone adds a > plethora of new features including quoting of identifiers (useful for

Cayenne 3.0M6 released

2009-05-29 Thread Aristedes Maniatis
Another release on the journey to Cayenne 3.0! This milestone adds a plethora of new features including quoting of identifiers (useful for db column names with spaces), nested contexts in ROP, and EJBQL/ SQLTemplate/ProcedureQuery queries now support the full range of configuration options a