Add support for DELETE statements.
This commit is contained in:
parent
70d6f84375
commit
bc6a2bbcac
14 changed files with 492 additions and 543 deletions
|
|
@ -39,7 +39,7 @@ func TestUpdateValues(t *testing.T) {
|
|||
|
||||
err = table.Link.SELECT(table.Link.AllColumns).
|
||||
Where(table.Link.Name.EqL("Bong")).
|
||||
Execute(db, &links)
|
||||
Query(db, &links)
|
||||
|
||||
assert.NilError(t, err)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue