@@ -429,7 +429,7 @@ Overview of node-oracledb functional tests
429429 22.3.2 bind scalar values INOUT
430430 22.3.3 bind scalar values OUT
431431 22.4 PL/SQL binding indexed tables
432- - 22.4.1 bind indexed table IN
432+ 22.4.1 bind indexed table IN
433433
43443423. dataTypeNchar.js
435435 23.1 testing NCHAR data in various lengths
@@ -1009,7 +1009,7 @@ Overview of node-oracledb functional tests
10091009 70.2.6 val: undefined
10101010 70.2.7 val: NaN
10111011 70.2.8 val: -1
1012- - 70.2.9 val: maxval
1012+ 70.2.9 val: maxval
10131013 70.3 dir: BIND_IN and BIND_OUT, type: DATE
10141014 70.3.1 basic case
10151015 70.3.2 auto detect Date type
@@ -1051,7 +1051,7 @@ Overview of node-oracledb functional tests
10511051 70.6.6 val: NaN
10521052 70.6.7 val: 0
10531053 70.6.8 val: -1
1054- - 70.6.9 val: maxval
1054+ 70.6.9 val: maxval
10551055 70.6.10 NULL IN and NON-NULL out
10561056 70.6.11 NON-NULL IN and NULL OUT
10571057 70.7 dir: BIND_INOUT, type: DATE
@@ -1404,10 +1404,10 @@ Overview of node-oracledb functional tests
14041404 76.1.21 works with UPDATE
14051405 76.1.22 works with invalid CLOB
14061406 76.1.23 works with substr
1407- - 76.1.24 named binding: maxSize smaller than string length( < 32K )
1407+ 76.1.24 named binding: maxSize smaller than string length( < 32K )
14081408 76.1.25 named binding: maxSize smaller than string length( > 32K )
14091409 76.1.26 named binding: maxSize smaller than string length( > 64K )
1410- - 76.1.27 positional binding: maxSize smaller than string length( < 32K )
1410+ 76.1.27 positional binding: maxSize smaller than string length( < 32K )
14111411 76.1.28 positional binding: maxSize smaller than string length( > 32K )
14121412 76.1.29 positional binding: maxSize smaller than string length( > 64K )
14131413 76.2 CLOB, PLSQL, BIND_INOUT to VARCHAR2
@@ -1566,10 +1566,10 @@ Overview of node-oracledb functional tests
15661566 79.1.21 works with invalid BLOB
15671567 79.1.22 works with substr
15681568 79.1.23 works with UPDATE
1569- - 79.1.24 named binding: maxSize smaller than buffer size ( < 32K )
1569+ 79.1.24 named binding: maxSize smaller than buffer size ( < 32K )
15701570 79.1.25 named binding: maxSize smaller than buffer size ( > 32K )
15711571 79.1.26 named binding: maxSize smaller than buffer size ( > 64K )
1572- - 79.1.27 positional binding: maxSize smaller than buffer size ( < 32K )
1572+ 79.1.27 positional binding: maxSize smaller than buffer size ( < 32K )
15731573 79.1.28 positional binding: maxSize smaller than buffer size ( > 32K )
15741574 79.1.29 positional binding: maxSize smaller than buffer size ( > 64K )
15751575 79.1.30 bind without maxSize
@@ -2667,23 +2667,23 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
26672667 102.18 Negative - type and value mismatch, BUFFER
26682668 102.19 Negative - type and value mismatch, CLOB
26692669 102.20 Negative - type and value mismatch, CURSOR
2670- - 102.21 Negative - type and value mismatch, DEFAULT
2670+ 102.21 Negative - type and value mismatch, DEFAULT
26712671 102.22 Negative - type and value mismatch, NUMBER
26722672 102.23 Negative - type and value mismatch, STRING
2673- - 102.24 Negative - type and value mismatch, NOTEXIST
2673+ 102.24 Negative - type and value mismatch, NOTEXIST
26742674 PL/SQL, OUT bind
26752675 102.25 PL/SQL, OUT bind, bind by position
26762676 102.26 PL/SQL, OUT bind, bind by name
26772677 102.27 PL/SQL, OUT bind, Null
26782678 102.28 Negative - PL/SQL, OUT bind, value and type mismatch
26792679 102.29 Negative - type and value mismatch, BLOB
2680- - 102.30 Negative - type and value mismatch, BUFFER
2680+ 102.30 Negative - type and value mismatch, BUFFER
26812681 102.31 Negative - type and value mismatch, CLOB
2682- - 102.32 Negative - type and value mismatch, CURSOR
2682+ 102.32 Negative - type and value mismatch, CURSOR
26832683 102.33 Negative - type and value mismatch, DEFAULT
26842684 102.34 Negative - type and value mismatch, NUMBER
2685- - 102.35 Negative - type and value mismatch, STRING
2686- - 102.36 Negative - type and value mismatch, NOTEXIST
2685+ 102.35 Negative - type and value mismatch, STRING
2686+ 102.36 Negative - type and value mismatch, NOTEXIST
26872687 PL/SQL, IN OUT bind
26882688 102.37 PL/SQL, IN OUT bind, bind by name
26892689 102.38 PL/SQL, IN OUT bind, bind by position
@@ -2693,7 +2693,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
26932693 102.42 Negative - type and value mismatch, BUFFER
26942694 102.43 Negative - type and value mismatch, CLOB
26952695 102.44 Negative - type and value mismatch, CURSOR
2696- - 102.45 Negative - type and value mismatch, DEFAULT
2696+ 102.45 Negative - type and value mismatch, DEFAULT
26972697 102.46 Negative - type and value mismatch, NUMBER
26982698 102.47 Negative - type and value mismatch, STRING
26992699
@@ -4511,15 +4511,15 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
45114511 200.10 call procedure with 2 OUT binds of DbObject
45124512
45134513201. dbObject2.js
4514- - 201.1 insert an object with timestamp attributes
4515- - directly insert timestamp data
4514+ 201.1 insert an object with timestamp attributes
4515+ ???.? directly insert timestamp data
45164516 201.2 insert null values for timestamp attribute
45174517 201.3 insert undefined values for timestamp attribute
45184518 201.4 insert an empty JSON for timestamp attribute
45194519 201.5 call procedure with 2 OUT binds of DbObject
45204520
45214521202. dbObject3.js
4522- - 202.1 insert an object with TSZ type attributes
4522+ 202.1 insert an object with TSZ type attributes
45234523 202.2 insert null value for TSZ type attribute
45244524 202.3 insert undefined value for TSZ type attribute
45254525 202.4 insert an empty JSON
@@ -4594,7 +4594,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
45944594
45954595218. aq2.js
45964596 218.1 examples/aqobject.js
4597- - 218.2 The read-only property "payloadTypeClass"
4597+ 218.2 The read-only property "payloadTypeClass"
45984598 218.3 Negative - enqueue a raw JavaScript object directly
45994599 218.4 Negative - getQueue() without options on DB Object data
46004600 218.5 Enqueue a DB object as payload attribute
@@ -4606,8 +4606,8 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
46064606
46074607219. aq3.js
46084608 219.1 The read-only property "name" of AqQueue Class
4609- - 219.2 The read-only property "payloadType"
4610- - 219.3 The read-only property "payloadTypeName"
4609+ 219.2 The read-only property "payloadType"
4610+ 219.3 The read-only property "payloadTypeName"
46114611 219.4 Negative - Set "maxMessages" argument to be -5
46124612 219.5 Negative - Set "maxMessages" argument to be 0
46134613 219.6 Enqueue a Buffer
@@ -4858,7 +4858,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
48584858 244.8.2 bind by position
48594859 244.9 testing JSON with oracledb.fetchAsString and fetchInfo oracledb.STRING
48604860 244.9.1 works with oracledb.fetchAsString
4861- - 244.9.2 doesn't work with outFormat: oracledb.DB_TYPE_JSON
4861+ 244.9.2 doesn't work with outFormat: oracledb.DB_TYPE_JSON
48624862 244.9.3 could work with fetchInfo oracledb.STRING
48634863
48644864245. fetchLobAsStrBuf.js
0 commit comments