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>
9191Xiaobing Jiang <s7v7nislands at gmail.com>
9292Xiuming Chen <cc at cxm.cc>
9393Zhenye Xie <xiezhenye at gmail.com>
94+ Zhixin Wen <john.wenzhixin at gmail.com>
9495
9596# Organizations
9697
Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ func (stmt *mysqlStmt) ColumnConverter(idx int) driver.ValueConverter {
4444 return converter {}
4545}
4646
47+ func (stmt * mysqlStmt ) CheckNamedValue (nv * driver.NamedValue ) (err error ) {
48+ nv .Value , err = converter {}.ConvertValue (nv .Value )
49+ return
50+ }
51+
4752func (stmt * mysqlStmt ) Exec (args []driver.Value ) (driver.Result , error ) {
4853 if stmt .mc .closed .IsSet () {
4954 errLog .Print (ErrInvalidConn )
You can’t perform that action at this time.
0 commit comments