-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
enhancementImprove a feature or add a new featureImprove a feature or add a new feature
Milestone
Description
Hello!
Can myBatis support oracle nested cursors ? https://docs.oracle.com/cd/B19306_01/server.102/b14200/expressions005.htm
for example i have next select statement:
<select id="tt" statementType="PREPARED" resultType="hashmap">
SELECT 1 id
,CURSOR (SELECT LEVEL
FROM dual
CONNECT BY LEVEL >= 5) coll
FROM dual
</select>
and take a result = {COLL=oracle.jdbc.driver.OracleResultSetImpl@54c75937, ID=1}
please add support of evaluating nested cursors
Metadata
Metadata
Assignees
Labels
enhancementImprove a feature or add a new featureImprove a feature or add a new feature