Add support for INSERT select query.
This commit is contained in:
parent
0971573338
commit
b287521f1a
5 changed files with 154 additions and 74 deletions
|
|
@ -73,7 +73,7 @@ func (s *selectStatementImpl) SerializeSql(out *bytes.Buffer, options ...seriali
|
|||
return err
|
||||
}
|
||||
|
||||
out.WriteString("( ")
|
||||
out.WriteString("(")
|
||||
out.WriteString(str)
|
||||
out.WriteString(")")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue