/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to include/sqlite3cc/transaction.h

  • Committer: edam
  • Date: 2011-12-05 19:44:14 UTC
  • Revision ID: edam@waxworlds.org-20111205194414-mj9yzdnf8h5kzhmp
updaed TODO, fixed a comment

Show diffs side-by-side

added added

removed removed

103
103
 
104
104
 
105
105
/**
106
 
 * An exclusive transaction
 
106
 * An immediate transaction
107
107
 */
108
108
class immediate_transaction
109
109
        :
255
255
public:
256
256
 
257
257
        /**
258
 
         * Commit the transaction early
 
258
         * Commit the transaction
259
259
         */
260
260
        void commit()
261
261
        {