Hi,

> I can send you a test case, but just to be sure what do you mean when
> you say that the "row was deleted before executing the statement"?

What I mean is that the row you tried to delete in 2) didn't actually
exist at the time the delete statement was run. Maybe it was deleted
before, or never inserted. To verify, I suggest to run a SELECT
statement first, and print the row to System.out. And make sure you
only use one thread, to avoid race conditions.

> My scenario is the following sequence of actions:
> 1) Delete row X from table A. Success and executeUpdate returns 1.
> 2) Delete row Y from table B. Row is deleted but executeUpdate returns
> 0.

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 at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to