Skip to content

Commit f9f08a8

Browse files
committed
Add some Result Set tests
1 parent 9e4ecd1 commit f9f08a8

File tree

2 files changed

+388
-42
lines changed

2 files changed

+388
-42
lines changed

test/list.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,14 @@ Overview of node-oracledb functional tests
755755
59. lobResultSet.js
756756
59.1 CLOB data
757757
59.1.1 reads clob data one by one row from result set
758+
59.1.2 works with oracledb.maxRows > actual number of rows fetched
759+
59.1.3 works with oracledb.maxRows = actual number of rows fetched
760+
59.1.4 works with oracledb.maxRows < actual number of rows fetched
761+
59.2 BLOB data
762+
59.2.1 reads blob data one by one row from result set
763+
59.2.2 works with oracledb.maxRows > actual number of rows fetched
764+
59.2.3 works with oracledb.maxRows = actual number of rows fetched
765+
59.2.4 works with oracledb.maxRows < actual number of rows fetched
758766

759767
60. clobPlsqlString.js
760768
60.1 BIND OUT as STRING

0 commit comments

Comments
 (0)