@@ -676,14 +676,14 @@ Overview of node-oracledb functional tests
676676 42.4.2 when data length is 32767
677677 42.4.3 when data length greater than maxSize
678678 42.4.4 when maxSize is greater than 32767
679- 45 .5 INSERT and SELECT
680- 45 .5.1 works with data size 100
681- 45 .5.2 works with data size 2000
682- 45 .5.3 works with default type/dir
683- 45 .6 UPDATE
684- 45 .6.1 works with data size 100
685- 45 .6.2 works with data size 2000
686- 45 .6.3 works with default type/dir
679+ 42 .5 INSERT and SELECT
680+ 42 .5.1 works with data size 100
681+ 42 .5.2 works with data size 2000
682+ 42 .5.3 works with default type/dir
683+ 42 .6 UPDATE
684+ 42 .6.1 works with data size 100
685+ 42 .6.2 works with data size 2000
686+ 42 .6.3 works with default type/dir
687687
68868843. plsqlBindIndexedTable1.js
689689 43.1 binding PL/SQL indexed table
@@ -3015,32 +3015,27 @@ Overview of node-oracledb functional tests
30153015 115.1 INSERT & SELECT
30163016 115.1.1 works with urowid length > 200
30173017 115.1.2 works with urowid length > 500
3018- - 115.1.3 get error when urowid length > 4000
3018+ 115.1.3 works with maxSize < 200
30193019 115.2 UPDATE
30203020 115.2.1 update null with urowid length > 200
30213021 115.2.2 update enpty string with urowid length > 500
30223022 115.2.3 update with urowid length > 500
3023- - 115.2.4 update with urowid length > 4000
3023+ 115.2.4 works with maxSize < 200
30243024 115.3 RETURNING INTO
30253025 115.3.1 urowid length > 200
30263026 115.3.2 urowid length > 500
3027- - 115.3.3 urowid length > 4000
30283027 115.4 WHERE
30293028 115.4.1 urowid length > 200
30303029 115.4.2 urowid length > 500
3031- - 115.4.3 urowid length > 4000
30323030 115.5 queryStream() and oracledb.maxRows = actual rows
30333031 115.5.1 urowid length > 200
30343032 115.5.2 urowid length > 500
3035- - 115.5.3 urowid length > 4000
30363033 115.6 queryStream() and oracledb.maxRows > actual rows
30373034 115.6.1 urowid length > 200
30383035 115.6.2 urowid length > 500
3039- - 115.6.3 urowid length > 4000
30403036 115.7 queryStream() and oracledb.maxRows < actual rows
30413037 115.7.1 urowid length > 200
30423038 115.7.2 urowid length > 500
3043- - 115.7.3 urowid length > 4000
30443039
30453040116. fetchUrowidAsString.js
30463041 116.1 works with fetchInfo option
@@ -3099,7 +3094,7 @@ Overview of node-oracledb functional tests
30993094 116.6.8 resultSet = true
31003095
31013096117. fetchUrowidAsString_indexed.js
3102- 117.1 works with fetchInfo option and urowid length > 200/500/4000
3097+ 117.1 works with fetchInfo option and urowid length > 200/500
31033098 117.1.1 fetchInfo
31043099 117.1.2 oracledb.maxRows < actual number of rows
31053100 117.1.3 oracledb.maxRows = actual number of rows
@@ -3108,7 +3103,7 @@ Overview of node-oracledb functional tests
31083103 117.1.6 queryStream() and oracledb.maxRows < actual number of rows
31093104 117.1.7 queryStream() and oracledb.maxRows = actual number of rows
31103105 117.1.8 queryStream() and oracledb.maxRows > actual number of rows
3111- 117.2 works with fetchInfo and outFormat = OBJECT, urowid length > 200/500/4000
3106+ 117.2 works with fetchInfo and outFormat = OBJECT, urowid length > 200/500
31123107 117.2.1 fetchInfo
31133108 117.2.2 oracledb.maxRows < actual number of rows
31143109 117.2.3 oracledb.maxRows = actual number of rows
@@ -3117,7 +3112,7 @@ Overview of node-oracledb functional tests
31173112 117.2.6 queryStream() and oracledb.maxRows < actual number of rows
31183113 117.2.7 queryStream() and oracledb.maxRows = actual number of rows
31193114 117.2.8 queryStream() and oracledb.maxRows > actual number of rows
3120- 117.3 works with fetchInfo and outFormat = ARRAY, urowid length > 200/500/4000
3115+ 117.3 works with fetchInfo and outFormat = ARRAY, urowid length > 200/500
31213116 117.3.1 fetchInfo
31223117 117.3.2 oracledb.maxRows < actual number of rows
31233118 117.3.3 oracledb.maxRows = actual number of rows
@@ -3126,7 +3121,7 @@ Overview of node-oracledb functional tests
31263121 117.3.6 queryStream() and oracledb.maxRows < actual number of rows
31273122 117.3.7 queryStream() and oracledb.maxRows = actual number of rows
31283123 117.3.8 queryStream() and oracledb.maxRows > actual number of rows
3129- 117.4 fetch as string by default, urowid length > 200/500/4000
3124+ 117.4 fetch as string by default, urowid length > 200/500
31303125 117.4.1 fetchInfo
31313126 117.4.2 oracledb.maxRows < actual number of rows
31323127 117.4.3 oracledb.maxRows = actual number of rows
@@ -3135,7 +3130,7 @@ Overview of node-oracledb functional tests
31353130 117.4.6 queryStream() and oracledb.maxRows < actual number of rows
31363131 117.4.7 queryStream() and oracledb.maxRows = actual number of rows
31373132 117.4.8 queryStream() and oracledb.maxRows > actual number of rows
3138- 117.5 fetch as string by default with outFormat = OBJECT, urowid length > 200/500/4000
3133+ 117.5 fetch as string by default with outFormat = OBJECT, urowid length > 200/500
31393134 117.5.1 fetchInfo
31403135 117.5.2 oracledb.maxRows < actual number of rows
31413136 117.5.3 oracledb.maxRows = actual number of rows
@@ -3144,7 +3139,7 @@ Overview of node-oracledb functional tests
31443139 117.5.6 queryStream() and oracledb.maxRows < actual number of rows
31453140 117.5.7 queryStream() and oracledb.maxRows = actual number of rows
31463141 117.5.8 queryStream() and oracledb.maxRows > actual number of rows
3147- 117.6 fetch as string by default with outFormat = ARRAY, urowid length > 200/500/4000
3142+ 117.6 fetch as string by default with outFormat = ARRAY, urowid length > 200/500
31483143 117.6.1 fetchInfo
31493144 117.6.2 oracledb.maxRows < actual number of rows
31503145 117.6.3 oracledb.maxRows = actual number of rows
@@ -3399,10 +3394,26 @@ Overview of node-oracledb functional tests
33993394 126.1.3 works with data size 64K + 1
34003395 126.1.4 works with data size 1MB + 1
34013396 126.1.5 works with data size 100
3397+ 126.1.6 set maxSize to 2000
3398+ 126.1.7 set maxSize to 4GB
34023399 126.2 UPDATE
34033400 126.2.1 works with data size 64K - 1
34043401 126.2.2 works with data size 64K
34053402 126.2.3 works with data size 64K + 1
34063403 126.2.4 works with data size 1MB + 1
3404+ 126.2.5 set maxSize to 2000
3405+ 126.2.6 set maxSize to 4GB
34073406 126.3 RETURNING INTO
34083407 126.3.1 do not support in returning into
3408+
3409+ 127.blobStream.js
3410+ 127.1 stream txt file into BLOB column
3411+ 127.1.1 works with 64K txt file
3412+ 127.1.2 works with 64K+1 txt file
3413+ 127.1.3 works with 1MB+1 txt file
3414+
3415+ 128.clobStream.js
3416+ 128.1 stream txt file into CLOB column
3417+ 128.1.1 works with 64KB txt file
3418+ 128.1.2 works with 64KB+1 txt file
3419+ 128.1.3 works with 1MB+1 txt file
0 commit comments