@@ -1111,84 +1111,90 @@ Overview of node-oracledb functional tests
11111111 73.21 cannot surpass the upper limit at pool creation
11121112 73.22 cannot surpass the lower limit at pool creation
11131113
1114- 74.lobBindAsStringBuffer.js
1115- 74.1 CLOB, PLSQL, BIND_IN
1116- 74.1.1 PLSQL, BIND_IN with String length 32K
1117- 74.1.2 PLSQL, BIND_IN with String length 64K - 1
1118- 74.1.3 PLSQL, BIND_IN with null
1119- 74.1.4 PLSQL, BIND_IN with empty string
1120- 74.1.5 PLSQL, BIND_IN with undefined
1121- 74.1.6 PLSQL, BIND_IN with NaN
1122- 74.1.7 PLSQL, BIND_IN with 0
1123- 74.1.8 PLSQL, BIND_IN bind value and type mismatch
1124- 74.1.9 PLSQL, BIND_IN mixing named with positional binding
1125- 74.1.10 PLSQL, BIND_IN with invalid CLOB
1126- 74.2 CLOB, PLSQL, BIND_OUT
1127- 74.2.1 PLSQL, BIND_OUT with String length 32K
1128- 74.2.2 PLSQL, BIND_OUT with String length 34K - 1
1129- 74.2.3 PLSQL, BIND_OUT for null with small maxsize
1130- 74.2.4 PLSQL, BIND_OUT for null with 64k maxsize
1131- 74.2.5 PLSQL, BIND_OUT with empty string
1132- 74.2.6 PLSQL, BIND_OUT with undefined
1133- 74.2.7 PLSQL, BIND_OUT mixing named with positional binding
1134- 74.2.8 PLSQL, BIND_OUT with limited maxSize
1135- 74.2.9 PLSQL, BIND_OUT for EMPTY_LOB with small maxsize
1136- 74.2.10 PLSQL, BIND_OUT for EMPTY_LOB with 64k maxsize
1137- 74.3 CLOB, PLSQL, BIND_INOUT
1138- 74.3.1 PLSQL, BIND_INOUT with String length 32K
1139- 74.3.2 PLSQL, BIND_INOUT with String length 32K - 1
1140- 74.3.3 PLSQL, BIND_INOUT with String length 64K - 1
1141- 74.4 BLOB, PLSQL, BIND_IN
1142- 74.4.1 PLSQL, BIND_IN with Buffer size 32K
1143- 74.4.2 PLSQL, BIND_IN with Buffer size 64K - 1
1144- 74.4.3 PLSQL, BIND_IN with null
1145- 74.4.4 PLSQL, BIND_IN with empty string
1146- 74.4.5 PLSQL, BIND_IN with undefined
1147- 74.4.6 PLSQL, BIND_IN with NaN
1148- 74.4.7 PLSQL, BIND_IN with 0
1149- 74.4.8 PLSQL, BIND_IN bind value and type mismatch
1150- 74.4.9 PLSQL, BIND_IN mixing named with positional binding
1151- 74.4.10 PLSQL, BIND_IN without maxSize
1152- 74.4.11 PLSQL, BIND_IN with invalid BLOB
1153- 74.5 BLOB, PLSQL, BIND_OUT
1154- 74.5.1 PLSQL, BIND_OUT with Buffer size 32K
1155- 74.5.2 PLSQL, BIND_OUT with Buffer size 64K - 1
1156- 74.5.3 PLSQL, BIND_OUT with null
1157- 74.5.4 PLSQL, BIND_OUT with empty buffer
1158- 74.5.5 PLSQL, BIND_OUT with undefined
1159- 74.5.6 PLSQL, BIND_OUT mixing named with positional binding
1160- 74.5.7 PLSQL, BIND_OUT with limited maxSize
1161- 74.5.8 PLSQL, BIND_OUT without maxSize
1162- 74.6 BLOB, PLSQL, BIND_INOUT
1163- 74.6.1 PLSQL, BIND_INOUT with Buffer size 32K
1164- 74.6.2 PLSQL, BIND_INOUT with Buffer size 32K - 1
1165- 74.6.3 PLSQL, BIND_INOUT with Buffer size 64K - 1
1166- 74.7 Multiple CLOBs, BIND_IN
1167- 74.7.1 PLSQL, BIND_IN, bind two string
1168- 74.7.2 PLSQL, BIND_IN, bind a txt file and a string
1169- 74.8 Multiple CLOBs, BIND_OUT
1170- 74.8.1 PLSQL, BIND_OUT, bind two string
1171- 74.8.2 PLSQL, BIND_OUT, bind a txt file and a string
1172- 74.9 Multiple CLOBs, BIND INOUT
1173- 74.9.1 PLSQL, BIND_INOUT, bind a txt file and a 32K string
1174- 74.9.2 PLSQL, BIND_INOUT, bind a txt file and a 64K - 1 string
1175- 74.10 Multiple BLOBs, BIND_IN
1176- 74.10.1 PLSQL, BIND_IN, bind two Buffer
1177- 74.10.2 PLSQL, BIND_IN, bind a JPG file and a Buffer
1178- 74.11 Multiple BLOBs, BIND_OUT
1179- 74.11.1 PLSQL, BIND_OUT, bind two buffer
1180- 74.11.2 PLSQL, BIND_OUT, bind a JPG file and a Buffer
1181- 74.12 Multiple BLOBs, BIND_INOUT
1182- 74.12.1 PLSQL, BIND_INOUT, bind a JPG and a 32K buffer
1183- 74.12.2 PLSQL, BIND_INOUT, bind a JPG and a 64K - 1 buffer
1184- 74.13 Multiple LOBs, BIND_IN
1185- 74.13.1 PLSQL, CLOB&BLOB, bind a string and a buffer
1186- 74.13.2 PLSQL, CLOB&BLOB, bind a string and a JPG file
1187- 74.13.3 PLSQL, CLOB&BLOB, bind a txt file and a Buffer
1188- 74.14 Multiple LOBs, BIND_OUT
1189- 74.14.1 PLSQL, CLOB&BLOB, bind a string and a buffer
1190- 74.14.2 PLSQL, CLOB&BLOB, bind a string and a JPG file
1191- 74.14.3 PLSQL, CLOB&BLOB, bind a txt file and a buffer
1192- 74.15 Multiple LOBs, BIND_INOUT
1193- 74.15.1 PLSQL, BIND_INOUT, bind a 32K string and a 32K buffer
1194- 74.15.2 PLSQL, BIND_INOUT, bind a 64K - 1 string and a 64K - 1 buffer
1114+ 74.lobBindAsStringBuffer.js
1115+ 74.1 CLOB, PLSQL, BIND_IN
1116+ 74.1.1 PLSQL, BIND_IN with String length 32768
1117+ 74.1.2 PLSQL, BIND_IN with String length 65535
1118+ 74.1.3 PLSQL, BIND_IN with null
1119+ 74.1.4 PLSQL, BIND_IN with empty string
1120+ 74.1.5 PLSQL, BIND_IN with undefined
1121+ 74.1.6 PLSQL, BIND_IN with NaN
1122+ 74.1.5 PLSQL, BIND_IN with 0
1123+ 74.1.8 PLSQL, BIND_IN bind value and type mismatch
1124+ 74.1.9 PLSQL, BIND_IN mixing named with positional binding
1125+ 74.1.10 PLSQL, BIND_IN with invalid CLOB
1126+ 74.2 CLOB, PLSQL, BIND_OUT
1127+ 74.2.1 PLSQL, BIND_OUT with String length 32768
1128+ 74.2.2 PLSQL, BIND_OUT with String length 65535
1129+ 74.2.3 PLSQL, BIND_OUT with null
1130+ 74.2.4 PLSQL, BIND_OUT with empty string
1131+ 74.2.5 PLSQL, BIND_OUT with undefined
1132+ 74.2.6 PLSQL, BIND_OUT mixing named with positional binding
1133+ 74.2.7 PLSQL, BIND_OUT with limited maxSize
1134+ 74.3 CLOB, PLSQL, BIND_INOUT
1135+ 74.3.1 PLSQL, BIND_INOUT
1136+ 74.4 BLOB, PLSQL, BIND_IN
1137+ 74.4.1 PLSQL, BIND_IN with Buffer size 32768
1138+ 74.4.2 PLSQL, BIND_IN with Buffer size 65535
1139+ 74.4.3 PLSQL, BIND_IN with null
1140+ 74.4.4 PLSQL, BIND_IN with empty string
1141+ 74.4.5 PLSQL, BIND_IN with undefined
1142+ 74.4.6 PLSQL, BIND_IN with NaN
1143+ 74.4.7 PLSQL, BIND_IN with 0
1144+ 74.4.8 PLSQL, BIND_IN bind value and type mismatch
1145+ 74.4.9 PLSQL, BIND_IN mixing named with positional binding
1146+ 74.4.10 PLSQL, BIND_IN without maxSize
1147+ 74.4.11 PLSQL, BIND_IN with invalid BLOB
1148+ 74.5 BLOB, PLSQL, BIND_OUT
1149+ 74.5.1 PLSQL, BIND_OUT with Buffer size 32768
1150+ 74.5.2 PLSQL, BIND_OUT with Buffer size 65535
1151+ 74.5.3 PLSQL, BIND_OUT with null
1152+ 74.5.4 PLSQL, BIND_OUT with empty string
1153+ 74.5.5 PLSQL, BIND_OUT with undefined
1154+ 74.5.6 PLSQL, BIND_OUT mixing named with positional binding
1155+ 74.5.7 PLSQL, BIND_OUT with limited maxSize
1156+ 74.5.8 PLSQL, BIND_OUT without maxSize
1157+ 74.6 BLOB, PLSQL, BIND_INOUT
1158+ 74.6.1 PLSQL, BIND_INOUT
1159+ 74.7 Multiple CLOBs, BIND_IN
1160+ 74.7.1 PLSQL, BIND_IN, bind two string
1161+ 74.7.2 PLSQL, BIND_IN, bind a txt file and a string
1162+ 74.8 Multiple CLOBs, BIND_OUT
1163+ 74.8.1 PLSQL, BIND_OUT, bind two string
1164+ 74.8.2 PLSQL, BIND_OUT, bind a txt file and a string
1165+ 74.9 Multiple CLOBs, BIND INOUT
1166+ 74.9.1 PLSQL, BIND_INOUT, bind a txt file and a string
1167+ 74.10 Multiple BLOBs, BIND_IN
1168+ 74.10.1 PLSQL, BIND_IN, bind two Buffer
1169+ 74.10.2 PLSQL, BIND_IN, bind a JPG file and a Buffer
1170+ 74.11 Multiple BLOBs, BIND_OUT
1171+ 74.11.1 PLSQL, BIND_OUT, bind two buffer
1172+ 74.11.2 PLSQL, BIND_OUT, bind a JPG file and a Buffer
1173+ 74.12 Multiple BLOBs, BIND_INOUT
1174+ 74.12.1 PLSQL, BIND_INOUT, bind a JPG and a buffer
1175+ 74.13 Multiple LOBs, BIND_IN
1176+ 74.13.1 PLSQL, CLOB&BLOB, bind a string and a buffer
1177+ 74.13.2 PLSQL, CLOB&BLOB, bind a string and a JPG file
1178+ 74.13.3 PLSQL, CLOB&BLOB, bind a txt file and a Buffer
1179+ 74.14 Multiple LOBs, BIND_OUT
1180+ 74.14.1 PLSQL, CLOB&BLOB, bind a string and a buffer
1181+ 74.14.2 PLSQL, CLOB&BLOB, bind a string and a JPG file
1182+ 74.14.3 PLSQL, CLOB&BLOB, bind a txt file and a buffer
1183+ 74.15 Multiple LOBs, BIND_INOUT
1184+ 74.15.1 PLSQL, BIND_INOUT, bind a string and a buffer
1185+
1186+ 75. lobProperties2.js
1187+ 75.1 CLOB: chunkSize (read-only)
1188+ 75.2 BLOB: chunkSize (read-only)
1189+ 75.3 CLOB: length (read-only)
1190+ 75.4 BLOB: length (read-only)
1191+ 75.5 CLOB: type (read-only)
1192+ 75.6 BLOB: type (read-only)
1193+ 75.7 pieceSize
1194+ 75.7.1 default value is chunkSize
1195+ 75.7.2 can be increased
1196+ 75.7.3 can be decreased
1197+ 75.7.4 can be zero
1198+ 75.7.5 cannot be less than zero
1199+ 75.7.6 cannot be null
1200+ 75.7.7 must be a number
0 commit comments