Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
|
|
@ -56,7 +56,7 @@ func (u *updateStatementImpl) RETURNING(projections ...projection) UpdateStateme
|
|||
}
|
||||
|
||||
func (u *updateStatementImpl) Sql() (sql string, args []interface{}, err error) {
|
||||
out := &queryData{}
|
||||
out := &sqlBuilder{}
|
||||
|
||||
out.newLine()
|
||||
out.writeString("UPDATE")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue