Add code coverage support.
This commit is contained in:
parent
31ec532b6d
commit
d1a8b6e132
3 changed files with 9 additions and 21 deletions
|
|
@ -199,11 +199,6 @@ func (q *sqlBuilder) insertParametrizedArgument(arg interface{}) {
|
|||
q.writeString(argPlaceholder)
|
||||
}
|
||||
|
||||
func (q *sqlBuilder) reset() {
|
||||
q.buff.Reset()
|
||||
q.args = []interface{}{}
|
||||
}
|
||||
|
||||
func argToString(value interface{}) string {
|
||||
if isNil(value) {
|
||||
return "NULL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue