Subject | Re: [Firebird-Java] Re: Foreign-key integrety violation on delete |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-23T22:29:47Z |
> It's also quite possible that the mis-handling of exceptions caused theIn theory that should never happen. Personally I have suspect that there is
> problem by leading to the acceptance of commiting of a partially complete
> operator.
some issues with transaction handling, namely that somehow distributed
transactions are used and part of the deletes are executed in one
transaction branch and other in another one.
But the best would be if you can create a test case to reproduce the issue.
Roman