summaryrefslogtreecommitdiff
path: root/src/database/sql/ctxutil.go
Commit message (Expand)AuthorAgeFilesLines
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-2/+0
* database/sql: fix ctx.Done() == nil checkRuss Cox2017-11-151-1/+1
* database/sql: allow drivers to only implement Context variantsDaniel Theophanes2017-10-241-6/+5
* database/sql: fail on unsupported options when context is un-cancellableMatt Dee2017-08-091-4/+4
* database/sql: record the context error in Rows if canceledDaniel Theophanes2017-02-081-34/+20
* database/sql: do not store Tx options in ContextDaniel Theophanes2016-12-141-12/+19
* database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes2016-11-291-184/+48
* database/sql: add context helper methods and transaction typesDaniel Theophanes2016-10-301-1/+11
* database/sql: add option to use named parameter in query argumentsDaniel Theophanes2016-10-171-8/+35
* database/sql: close Rows when context is cancelledDaniel Theophanes2016-09-291-0/+24
* database/sql: add context methodsDaniel Theophanes2016-09-271-0/+231