aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/ctxutil.go
AgeCommit message (Expand)Author
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2017-11-15database/sql: fix ctx.Done() == nil checkRuss Cox
2017-10-24database/sql: allow drivers to only implement Context variantsDaniel Theophanes
2017-08-09database/sql: fail on unsupported options when context is un-cancellableMatt Dee
2017-02-08database/sql: record the context error in Rows if canceledDaniel Theophanes
2016-12-14database/sql: do not store Tx options in ContextDaniel Theophanes
2016-11-29database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes
2016-10-30database/sql: add context helper methods and transaction typesDaniel Theophanes
2016-10-17database/sql: add option to use named parameter in query argumentsDaniel Theophanes
2016-09-29database/sql: close Rows when context is cancelledDaniel Theophanes
2016-09-27database/sql: add context methodsDaniel Theophanes