Commit 604dc6a
committed
issue #93 : Add non-transactional versions of Repositories methods
Some Repository implementations do not silently succeed if transactions are attempted to be committed on read-only endpoints when there were no changes queued up for the transaction.
Hence, it is necessary to add versions of all of the Repositories methods that do not attempt to begin, commit, or rollback transactions.
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>1 parent f42cee6 commit 604dc6a
1 file changed
Lines changed: 307 additions & 26 deletions
0 commit comments