diff options
| author | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-08 17:01:49 -0700 |
|---|---|---|
| committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-03-08 17:04:02 -0700 |
| commit | 57376f090503d7ef5bc38f138e58e64bdea284a3 (patch) | |
| tree | e215bb0cf8df72a53b662ff222c24a973e7faac3 /TODO | |
| parent | Add benchmarks. (diff) | |
| download | dedo-57376f090503d7ef5bc38f138e58e64bdea284a3.tar.gz dedo-57376f090503d7ef5bc38f138e58e64bdea284a3.tar.xz | |
Rename Transaction to Tx.
I changed the Transaction/RWTransaction types to Tx/RWTx, respectively. This makes the naming
more consistent with other packages such as database/sql. The txnid is changed to txid as well.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1,13 +0,0 @@ -TODO -==== -X Open DB. -X Initialize transaction. -- Cursor First, Get(key), Next -- RWTransaction.insert() - - rebalance - - adjust cursors -- RWTransaction Commmit - - - - |
