Add support for UNION statements
This commit is contained in:
parent
fef8f0ef83
commit
8a3521a016
8 changed files with 140 additions and 219 deletions
|
|
@ -226,5 +226,5 @@ func (s *insertStatementImpl) Sql() (sql string, args []interface{}, err error)
|
|||
|
||||
queryData.WriteByte(';')
|
||||
|
||||
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