Subject | Re: Serious issue or bug with transactions |
---|---|
Author | rrokytskyy |
Post date | 2002-04-11T22:38:15Z |
> I think we can leave tx isolation as it is.ok.
> For autocommit, we need to check that we are in a tx before callingsure, we have to check if we are in tx. also we have to throw
> commit() I think. We might need to also check no xa tx is in
> progress-- not sure.
SQLException if we are in xa tx (that's what specs say). how this can
be achieved?
Ok, I will fix this issue in setAutoCommit(...) right now.
Regards,
Roman