You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial implementation is based on running the gem server in manual transaction mode. However, if we support System class>>enableSignaledFinishTransactionError, a gem server can run in automatic transaction mode ...
Automatic transaction mode has one drawback in that is possible to commit unintended changes to persistent objects, as you will get an ImproperOperation signalled if you attempt to commit without first doing a beginTransaction...
Nonetheless, there is no reason to not support automatic transaction mode.....
The text was updated successfully, but these errors were encountered:
The initial implementation is based on running the gem server in manual transaction mode. However, if we support
System class>>enableSignaledFinishTransactionError
, a gem server can run in automatic transaction mode ...Automatic transaction mode has one drawback in that is possible to commit unintended changes to persistent objects, as you will get an ImproperOperation signalled if you attempt to commit without first doing a beginTransaction...
Nonetheless, there is no reason to not support automatic transaction mode.....
The text was updated successfully, but these errors were encountered: