Add support for UNION statements
This commit is contained in:
parent
fef8f0ef83
commit
8a3521a016
8 changed files with 140 additions and 219 deletions
|
|
@ -67,5 +67,5 @@ func (d *deleteStatementImpl) Sql() (query string, args []interface{}, err error
|
|||
}
|
||||
}
|
||||
|
||||
return queryData.queryBuff.String() + ";", queryData.args, nil
|
||||
return queryData.buff.String() + ";", queryData.args, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue