We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d49f7b commit 0ce6231Copy full SHA for 0ce6231
connection.go
@@ -459,8 +459,3 @@ func (mc *mysqlConn) finish() {
459
case <-mc.closech:
460
}
461
462
-
463
-func (mc *mysqlConn) CheckNamedValue(nv *driver.NamedValue) (err error) {
464
- nv.Value, err = converter{}.ConvertValue(nv.Value)
465
- return
466
-}
connection_go18.go
@@ -195,3 +195,8 @@ func (mc *mysqlConn) startWatcher() {
195
196
}()
197
198
+
199
+func (mc *mysqlConn) CheckNamedValue(nv *driver.NamedValue) (err error) {
200
+ nv.Value, err = converter{}.ConvertValue(nv.Value)
201
+ return
202
+}
0 commit comments