Add custom function call test.

This commit is contained in:
go-jet 2022-01-20 17:07:29 +01:00
parent 911cab333b
commit 4f29960378
3 changed files with 40 additions and 2 deletions

View file

@ -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)
}