diff --git a/conn-lock-todo.txt b/conn-lock-todo.txt deleted file mode 100644 index ab5eac95..00000000 --- a/conn-lock-todo.txt +++ /dev/null @@ -1,11 +0,0 @@ -Extract all locking state into a separate struct that will encapsulate locking and state change behavior. - -This struct should add or subsume at least the following: -* alive -* closingLock -* ctxInProgress (though this may be restructured because it's possible a Tx may have a ctx and a query run in that Tx could have one) -* busy -* lock/unlock -* Tx in-progress -* Rows in-progress -* ConnPool checked-out or checked-in - maybe include reference to conn pool diff --git a/context-todo.txt b/context-todo.txt deleted file mode 100644 index b5a20d0a..00000000 --- a/context-todo.txt +++ /dev/null @@ -1,12 +0,0 @@ -Add more testing -- stress test style -- pgmock - -Add documentation - -Add PrepareContext -Add context methods to ConnPool -Add context methods to Tx -Add context support database/sql - -Benchmark - possibly cache done channel on Conn