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.
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();
..
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
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