Hi,
I wonder why all transactions are marked as
'altersDatabaseSchema' on
each executeUpdate. This is set unconditionally in
RequestManager.updateAndNotifyExecWriteRequest():
if (tm != null)
tm.setAltersDatabaseSchema(true);
As a consequence, the database schema is rescanned on each
rollback in
transactions with at least one successful update. And it
cannot be
modified by RequestSemantic - it is not taken into account.
Is this a desired behavior (Sequoia 3.0-beta2)?
Thank you,
Martin
_______________________________________________
Sequoia mailing list
Sequoia lists.forge.continuent.org
https://forge.continuent.org/mailman/listinfo/sequoia
|