Searched defs:fakeConn (Results 1 – 2 of 2) sorted by relevance
135 type fakeConn struct { struct136 db *fakeDB // where to return ourselves to138 currTx *fakeTx142 line int64145 mu sync.Mutex146 stmtsMade int147 stmtsClosed int148 numPrepare int151 bad bool152 stickyBad bool[all …]
4102 *fakeConn anonMember