From 898925303d6da0eb8c8208b5941729c3762ff3ee Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 24 Apr 2019 13:41:05 -0500 Subject: [PATCH] Update pool todo --- pool/todo.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pool/todo.txt b/pool/todo.txt index 3fa8fb51..f12b1052 100644 --- a/pool/todo.txt +++ b/pool/todo.txt @@ -1,11 +1,9 @@ -func (p *ConnPool) Begin() (*Tx, error) func (p *ConnPool) BeginBatch() *Batch -func (p *ConnPool) BeginEx(ctx context.Context, txOptions *TxOptions) (*Tx, error) func (p *ConnPool) Close() func (p *ConnPool) CopyFrom(tableName Identifier, columnNames []string, rowSrc CopyFromSource) (int, error) func (p *ConnPool) Deallocate(name string) (err error) -func (p *ConnPool) Prepare(name, sql string) (*PreparedStatement, error) -func (p *ConnPool) PrepareEx(ctx context.Context, name, sql string, opts *PrepareExOptions) (*PreparedStatement, error) +func (p *ConnPool) Prepare(ctx context.Context, name, sql string) (*PreparedStatement, error) + max conns