Descriptiondatabase/sql: use driver.ColumnConverter everywhere consistently
It was only being used for (*Stmt).Exec, not Query, and not for
the same two methods on *DB.
This unifies (*Stmt).Exec's old inline code into the old
subsetArgs function, renaming it in the process (changing the
old word "subset" to "driver", mostly converted earlier)
Fixes issue 3640
Patch Set 1 #Patch Set 2 : diff -r 4c333000f50b https://go.googlecode.com/hg #Patch Set 3 : diff -r 4c333000f50b https://go.googlecode.com/hg #
Total comments: 1
Patch Set 4 : diff -r 722bb90ae3ee https://go.googlecode.com/hg #
MessagesTotal messages: 6
|