Skip to content

Commit

Permalink
Enable procedure calling test (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus committed Jul 28, 2023
1 parent 35381e4 commit 8b85b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions statement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ func TestWithDescribeOnly(t *testing.T) {
}

func TestCallStatement(t *testing.T) {
t.Skip("USE_STATEMENT_TYPE_CALL_FOR_STORED_PROC_CALLS is not yet supported")

runTests(t, dsn, func(dbt *DBTest) {
in1 := float64(1)
in2 := string("[2,3]")
Expand Down

0 comments on commit 8b85b39

Please sign in to comment.