File tree Expand file tree Collapse file tree 2 files changed +388
-42
lines changed Expand file tree Collapse file tree 2 files changed +388
-42
lines changed Original file line number Diff line number Diff line change @@ -755,6 +755,14 @@ Overview of node-oracledb functional tests
755
755
59. lobResultSet.js
756
756
59.1 CLOB data
757
757
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
758
766
759
767
60. clobPlsqlString.js
760
768
60.1 BIND OUT as STRING
You can’t perform that action at this time.
0 commit comments