@@ -429,7 +429,7 @@ Overview of node-oracledb functional tests
429
429
22.3.2 bind scalar values INOUT
430
430
22.3.3 bind scalar values OUT
431
431
22.4 PL/SQL binding indexed tables
432
- - 22.4.1 bind indexed table IN
432
+ 22.4.1 bind indexed table IN
433
433
434
434
23. dataTypeNchar.js
435
435
23.1 testing NCHAR data in various lengths
@@ -1009,7 +1009,7 @@ Overview of node-oracledb functional tests
1009
1009
70.2.6 val: undefined
1010
1010
70.2.7 val: NaN
1011
1011
70.2.8 val: -1
1012
- - 70.2.9 val: maxval
1012
+ 70.2.9 val: maxval
1013
1013
70.3 dir: BIND_IN and BIND_OUT, type: DATE
1014
1014
70.3.1 basic case
1015
1015
70.3.2 auto detect Date type
@@ -1051,7 +1051,7 @@ Overview of node-oracledb functional tests
1051
1051
70.6.6 val: NaN
1052
1052
70.6.7 val: 0
1053
1053
70.6.8 val: -1
1054
- - 70.6.9 val: maxval
1054
+ 70.6.9 val: maxval
1055
1055
70.6.10 NULL IN and NON-NULL out
1056
1056
70.6.11 NON-NULL IN and NULL OUT
1057
1057
70.7 dir: BIND_INOUT, type: DATE
@@ -1404,10 +1404,10 @@ Overview of node-oracledb functional tests
1404
1404
76.1.21 works with UPDATE
1405
1405
76.1.22 works with invalid CLOB
1406
1406
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 )
1408
1408
76.1.25 named binding: maxSize smaller than string length( > 32K )
1409
1409
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 )
1411
1411
76.1.28 positional binding: maxSize smaller than string length( > 32K )
1412
1412
76.1.29 positional binding: maxSize smaller than string length( > 64K )
1413
1413
76.2 CLOB, PLSQL, BIND_INOUT to VARCHAR2
@@ -1566,10 +1566,10 @@ Overview of node-oracledb functional tests
1566
1566
79.1.21 works with invalid BLOB
1567
1567
79.1.22 works with substr
1568
1568
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 )
1570
1570
79.1.25 named binding: maxSize smaller than buffer size ( > 32K )
1571
1571
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 )
1573
1573
79.1.28 positional binding: maxSize smaller than buffer size ( > 32K )
1574
1574
79.1.29 positional binding: maxSize smaller than buffer size ( > 64K )
1575
1575
79.1.30 bind without maxSize
@@ -2667,23 +2667,23 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
2667
2667
102.18 Negative - type and value mismatch, BUFFER
2668
2668
102.19 Negative - type and value mismatch, CLOB
2669
2669
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
2671
2671
102.22 Negative - type and value mismatch, NUMBER
2672
2672
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
2674
2674
PL/SQL, OUT bind
2675
2675
102.25 PL/SQL, OUT bind, bind by position
2676
2676
102.26 PL/SQL, OUT bind, bind by name
2677
2677
102.27 PL/SQL, OUT bind, Null
2678
2678
102.28 Negative - PL/SQL, OUT bind, value and type mismatch
2679
2679
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
2681
2681
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
2683
2683
102.33 Negative - type and value mismatch, DEFAULT
2684
2684
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
2687
2687
PL/SQL, IN OUT bind
2688
2688
102.37 PL/SQL, IN OUT bind, bind by name
2689
2689
102.38 PL/SQL, IN OUT bind, bind by position
@@ -2693,7 +2693,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
2693
2693
102.42 Negative - type and value mismatch, BUFFER
2694
2694
102.43 Negative - type and value mismatch, CLOB
2695
2695
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
2697
2697
102.46 Negative - type and value mismatch, NUMBER
2698
2698
102.47 Negative - type and value mismatch, STRING
2699
2699
@@ -4511,15 +4511,15 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4511
4511
200.10 call procedure with 2 OUT binds of DbObject
4512
4512
4513
4513
201. 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
4516
4516
201.2 insert null values for timestamp attribute
4517
4517
201.3 insert undefined values for timestamp attribute
4518
4518
201.4 insert an empty JSON for timestamp attribute
4519
4519
201.5 call procedure with 2 OUT binds of DbObject
4520
4520
4521
4521
202. dbObject3.js
4522
- - 202.1 insert an object with TSZ type attributes
4522
+ 202.1 insert an object with TSZ type attributes
4523
4523
202.2 insert null value for TSZ type attribute
4524
4524
202.3 insert undefined value for TSZ type attribute
4525
4525
202.4 insert an empty JSON
@@ -4594,7 +4594,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4594
4594
4595
4595
218. aq2.js
4596
4596
218.1 examples/aqobject.js
4597
- - 218.2 The read-only property "payloadTypeClass"
4597
+ 218.2 The read-only property "payloadTypeClass"
4598
4598
218.3 Negative - enqueue a raw JavaScript object directly
4599
4599
218.4 Negative - getQueue() without options on DB Object data
4600
4600
218.5 Enqueue a DB object as payload attribute
@@ -4606,8 +4606,8 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4606
4606
4607
4607
219. aq3.js
4608
4608
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"
4611
4611
219.4 Negative - Set "maxMessages" argument to be -5
4612
4612
219.5 Negative - Set "maxMessages" argument to be 0
4613
4613
219.6 Enqueue a Buffer
@@ -4858,7 +4858,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4858
4858
244.8.2 bind by position
4859
4859
244.9 testing JSON with oracledb.fetchAsString and fetchInfo oracledb.STRING
4860
4860
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
4862
4862
244.9.3 could work with fetchInfo oracledb.STRING
4863
4863
4864
4864
245. fetchLobAsStrBuf.js
0 commit comments