Add custom function call test.
This commit is contained in:
parent
911cab333b
commit
4f29960378
3 changed files with 40 additions and 2 deletions
|
|
@ -116,5 +116,5 @@ USING dvds.rental
|
|||
WHERE (staff.staff_id != ?) AND (rental.rental_id < ?);
|
||||
`)
|
||||
|
||||
testutils.AssertExec(t, stmt, tx, 42)
|
||||
testutils.AssertExec(t, stmt, tx)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue