Support fetching results from multiple refcursors * Multiple result sets are returned...
authorAdrian Grucza <adrian.grucza@iress.com>
Wed, 12 May 2021 14:15:02 +0000 (00:15 +1000)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Tue, 25 May 2021 10:13:49 +0000 (19:13 +0900)
commit241c70bf6516bf08770fabcb1b86934c8da116c8
tree852ea5a2ae0c1a65d9cf37ab465a1e8d37747769
parent98025993d10f8382df6c04dda1aa4c04dcdca9d4
Support fetching results from multiple refcursors * Multiple result sets are returned if multiple refcursors are found * Works with both ODBC CALL and PostgreSQL CALL syntaxes * Query must be executed in a transaction to avoid cursors being closed * Now works when output parameters are present * Added fetch-refcursors regression test
statement.c
test/expected/fetch-refcursors.out [new file with mode: 0644]
test/src/fetch-refcursors-test.c [new file with mode: 0644]
test/tests