CAST refactor.
This commit is contained in:
parent
cd1d033ffb
commit
db43f471ec
11 changed files with 187 additions and 308 deletions
|
|
@ -122,19 +122,6 @@ func (u *updateStatementImpl) Sql() (sql string, args []interface{}, err error)
|
|||
return
|
||||
}
|
||||
|
||||
//if len(u.returning) > 0 {
|
||||
// out.newLine()
|
||||
// out.writeString("RETURNING")
|
||||
// out.increaseIdent()
|
||||
// out.increaseIdent()
|
||||
//
|
||||
// err = serializeProjectionList(update_statement, u.returning, out)
|
||||
//
|
||||
// if err != nil {
|
||||
// return
|
||||
// }
|
||||
//}
|
||||
|
||||
sql, args = out.finalize()
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue