In 1.8, database/sql added support for context cancellation on DB methods 
(e.g. QueryContext, ExecContext, etc.).  In the godoc, there is a note 
stating that "Drivers that do not support context cancelation will not 
return until after the query is completed." However, I have not been able 
to find any information on which of the drivers listed 
at https://github.com/golang/go/wiki/SQLDrivers support context 
cancellation.  Do any of you know of any documentation tracking support for 
this?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to