Yes, Created on 1.2.121 and currently using 1.2.132 and trying to
delete bunch of rows,
Well, the application is on an isolated network, but here is the typed
stack trace ...(pl pardon typos, if any)
DELETE FROM THIS_LARGE_TABLE WHERE INDEXED_COLUMN > 25000000;
Got Error:
General Error: 'java.lang.RuntimeException: rowCount expected
11500000
got 10800000 ........
at . org.h2.message.DBException.getJdbcSQLException(DBException.java:
316)
at . org.h2.message.DBException.get(DBException.java:156)
at . org.h2.message.DBException.convert(DBExc..:284)
at . org.h2.table.RegularTable.removeRow(RegularTable.jav: 344)
at ...........command.dml.Delete.update(Delete 73)
at ..........................commandContanier.update(Comm :70)
at ..........................executeUpdate(Command..198)
at.......jdbc.sdbcStatement.executeInternal(jdbcState... 176)
........................................execute(jdbcState ... 151)
.........
caused by: rowCount expected 11500000 got 10800000 ........
at org.h2.message.DBException.throwINternalError(DBException 226)
.tale.ragularTable.checkRowCount(Regu... 139)
..........................removeRow(Regular.........327)
12 more..
On Apr 16, 1:40 pm, Thomas Mueller <[email protected]>
wrote:
> Hi,
>
> Could you post the complete stack trace and error message please?
>
> > Updated a database from H2 1.2.21 to h2 1.2.32.
>
> Those versions don't exist... do you mean the database was originally
> created with H2 version 1.2.121, and now you use H2 version 1.2.132?
> How did you upgrade?
>
> Regards,
> Thomas
>
> --
> You received this message because you are subscribed to the Google Groups "H2
> Database" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/h2-database?hl=en.
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.