File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ Xiangyu Hu <xiangyu.hu at outlook.com>
91
91
Xiaobing Jiang <s7v7nislands at gmail.com>
92
92
Xiuming Chen <cc at cxm.cc>
93
93
Zhenye Xie <xiezhenye at gmail.com>
94
+ Zhixin Wen <john.wenzhixin at gmail.com>
94
95
95
96
# Organizations
96
97
Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ func (stmt *mysqlStmt) ColumnConverter(idx int) driver.ValueConverter {
44
44
return converter {}
45
45
}
46
46
47
+ func (stmt * mysqlStmt ) CheckNamedValue (nv * driver.NamedValue ) (err error ) {
48
+ nv .Value , err = converter {}.ConvertValue (nv .Value )
49
+ return
50
+ }
51
+
47
52
func (stmt * mysqlStmt ) Exec (args []driver.Value ) (driver.Result , error ) {
48
53
if stmt .mc .closed .IsSet () {
49
54
errLog .Print (ErrInvalidConn )
You can’t perform that action at this time.
0 commit comments