@@ -1364,7 +1364,7 @@ Overview of node-oracledb functional tests
1364
1364
82.1.19 works with connection.queryStream()
1365
1365
82.1.20 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
1366
1366
82.1.21 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1367
- - 82.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1367
+ 82.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1368
1368
82.2 fetch CLOB columns by setting oracledb.fetchAsString and outFormat = oracledb.OBJECT
1369
1369
82.2.1 works with NULL value
1370
1370
82.2.2 works with empty String
@@ -1460,7 +1460,7 @@ Overview of node-oracledb functional tests
1460
1460
82.6.16 works with connection.queryStream()
1461
1461
82.6.17 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
1462
1462
82.6.18 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1463
- - 82.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1463
+ 82.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1464
1464
82.7 fetch CLOB columns by setting fetchInfo option and outFormat = oracledb.OBJECT
1465
1465
82.7.1 works with NULL value
1466
1466
82.7.2 works with empty buffer
@@ -1560,7 +1560,7 @@ Overview of node-oracledb functional tests
1560
1560
83.1.19 works with connection.queryStream()
1561
1561
83.1.20 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
1562
1562
83.1.21 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1563
- - 83.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1563
+ 83.1.22 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1564
1564
83.2 fetch BLOB columns by setting oracledb.fetchAsBuffer and outFormat = oracledb.OBJECT
1565
1565
83.2.1 works with NULL value
1566
1566
83.2.2 works with empty Buffer
@@ -1656,7 +1656,7 @@ Overview of node-oracledb functional tests
1656
1656
83.6.16 works with connection.queryStream()
1657
1657
83.6.17 works with connection.queryStream() and oracledb.maxRows > actual number of rows in the table
1658
1658
83.6.18 works with connection.queryStream() and oracledb.maxRows = actual number of rows in the table
1659
- - 83.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1659
+ 83.6.19 works with connection.queryStream() and oracledb.maxRows < actual number of rows in the table
1660
1660
83.7 fetch BLOB columns by setting fetchInfo option and outFormat = oracledb.OBJECT
1661
1661
83.7.1 works with NULL value
1662
1662
83.7.2 works with empty buffer
0 commit comments