Insert and Update statement improvements.
This commit is contained in:
parent
038a4b9dd0
commit
a4feb66692
22 changed files with 660 additions and 453 deletions
|
|
@ -14,7 +14,7 @@ type Statement interface {
|
|||
DebugSql() (query string, err error)
|
||||
|
||||
Query(db execution.Db, destination interface{}) error
|
||||
Execute(db execution.Db) (sql.Result, error)
|
||||
Exec(db execution.Db) (sql.Result, error)
|
||||
}
|
||||
|
||||
func DebugSql(statement Statement) (string, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue