diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-23 10:34:53 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-23 10:34:53 -0600 |
commit | 76f6ead6b0c5bbdc6eaaf487a896e63e6ecf7bc6 (patch) | |
tree | 96a0dbb8820c3eec1a596363875d75f80acd68ca /cursor.go | |
parent | Merge pull request #76 from benbjohnson/fsync (diff) | |
download | dedo-76f6ead6b0c5bbdc6eaaf487a896e63e6ecf7bc6.tar.gz dedo-76f6ead6b0c5bbdc6eaaf487a896e63e6ecf7bc6.tar.xz |
Mark Do()/With() transaction as managed.
Transaction created from Do() and With() are now considered "managed".
Managed transactions cannot be manually committed or rolled back since
the Do() and With() functions provide that functionally automatically.
Previously, a Tx could be manually committed and then any changes after
that would be lost.
Diffstat (limited to 'cursor.go')
0 files changed, 0 insertions, 0 deletions