Add custom set returning function test.
This commit is contained in:
parent
cf0923fdd3
commit
5d2c232529
7 changed files with 76 additions and 6 deletions
|
|
@ -82,7 +82,10 @@ func TestRawStatementSelectWithArguments(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestRawStatementRows(t *testing.T) {
|
||||
stmt := RawStatement(`
|
||||
|
||||
var stmt Statement
|
||||
|
||||
stmt = RawStatement(`
|
||||
SELECT actor.actor_id AS "actor.actor_id",
|
||||
actor.first_name AS "actor.first_name",
|
||||
actor.last_name AS "actor.last_name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue