@@ -676,14 +676,14 @@ Overview of node-oracledb functional tests
676
676
42.4.2 when data length is 32767
677
677
42.4.3 when data length greater than maxSize
678
678
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
687
687
688
688
43. plsqlBindIndexedTable1.js
689
689
43.1 binding PL/SQL indexed table
@@ -3015,32 +3015,27 @@ Overview of node-oracledb functional tests
3015
3015
115.1 INSERT & SELECT
3016
3016
115.1.1 works with urowid length > 200
3017
3017
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
3019
3019
115.2 UPDATE
3020
3020
115.2.1 update null with urowid length > 200
3021
3021
115.2.2 update enpty string with urowid length > 500
3022
3022
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
3024
3024
115.3 RETURNING INTO
3025
3025
115.3.1 urowid length > 200
3026
3026
115.3.2 urowid length > 500
3027
- - 115.3.3 urowid length > 4000
3028
3027
115.4 WHERE
3029
3028
115.4.1 urowid length > 200
3030
3029
115.4.2 urowid length > 500
3031
- - 115.4.3 urowid length > 4000
3032
3030
115.5 queryStream() and oracledb.maxRows = actual rows
3033
3031
115.5.1 urowid length > 200
3034
3032
115.5.2 urowid length > 500
3035
- - 115.5.3 urowid length > 4000
3036
3033
115.6 queryStream() and oracledb.maxRows > actual rows
3037
3034
115.6.1 urowid length > 200
3038
3035
115.6.2 urowid length > 500
3039
- - 115.6.3 urowid length > 4000
3040
3036
115.7 queryStream() and oracledb.maxRows < actual rows
3041
3037
115.7.1 urowid length > 200
3042
3038
115.7.2 urowid length > 500
3043
- - 115.7.3 urowid length > 4000
3044
3039
3045
3040
116. fetchUrowidAsString.js
3046
3041
116.1 works with fetchInfo option
@@ -3099,7 +3094,7 @@ Overview of node-oracledb functional tests
3099
3094
116.6.8 resultSet = true
3100
3095
3101
3096
117. 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
3103
3098
117.1.1 fetchInfo
3104
3099
117.1.2 oracledb.maxRows < actual number of rows
3105
3100
117.1.3 oracledb.maxRows = actual number of rows
@@ -3108,7 +3103,7 @@ Overview of node-oracledb functional tests
3108
3103
117.1.6 queryStream() and oracledb.maxRows < actual number of rows
3109
3104
117.1.7 queryStream() and oracledb.maxRows = actual number of rows
3110
3105
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
3112
3107
117.2.1 fetchInfo
3113
3108
117.2.2 oracledb.maxRows < actual number of rows
3114
3109
117.2.3 oracledb.maxRows = actual number of rows
@@ -3117,7 +3112,7 @@ Overview of node-oracledb functional tests
3117
3112
117.2.6 queryStream() and oracledb.maxRows < actual number of rows
3118
3113
117.2.7 queryStream() and oracledb.maxRows = actual number of rows
3119
3114
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
3121
3116
117.3.1 fetchInfo
3122
3117
117.3.2 oracledb.maxRows < actual number of rows
3123
3118
117.3.3 oracledb.maxRows = actual number of rows
@@ -3126,7 +3121,7 @@ Overview of node-oracledb functional tests
3126
3121
117.3.6 queryStream() and oracledb.maxRows < actual number of rows
3127
3122
117.3.7 queryStream() and oracledb.maxRows = actual number of rows
3128
3123
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
3130
3125
117.4.1 fetchInfo
3131
3126
117.4.2 oracledb.maxRows < actual number of rows
3132
3127
117.4.3 oracledb.maxRows = actual number of rows
@@ -3135,7 +3130,7 @@ Overview of node-oracledb functional tests
3135
3130
117.4.6 queryStream() and oracledb.maxRows < actual number of rows
3136
3131
117.4.7 queryStream() and oracledb.maxRows = actual number of rows
3137
3132
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
3139
3134
117.5.1 fetchInfo
3140
3135
117.5.2 oracledb.maxRows < actual number of rows
3141
3136
117.5.3 oracledb.maxRows = actual number of rows
@@ -3144,7 +3139,7 @@ Overview of node-oracledb functional tests
3144
3139
117.5.6 queryStream() and oracledb.maxRows < actual number of rows
3145
3140
117.5.7 queryStream() and oracledb.maxRows = actual number of rows
3146
3141
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
3148
3143
117.6.1 fetchInfo
3149
3144
117.6.2 oracledb.maxRows < actual number of rows
3150
3145
117.6.3 oracledb.maxRows = actual number of rows
@@ -3399,10 +3394,26 @@ Overview of node-oracledb functional tests
3399
3394
126.1.3 works with data size 64K + 1
3400
3395
126.1.4 works with data size 1MB + 1
3401
3396
126.1.5 works with data size 100
3397
+ 126.1.6 set maxSize to 2000
3398
+ 126.1.7 set maxSize to 4GB
3402
3399
126.2 UPDATE
3403
3400
126.2.1 works with data size 64K - 1
3404
3401
126.2.2 works with data size 64K
3405
3402
126.2.3 works with data size 64K + 1
3406
3403
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
3407
3406
126.3 RETURNING INTO
3408
3407
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