Skip to content

Commit c99bea5

Browse files
committed
Fix whitespace
1 parent ffb82d7 commit c99bea5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/njs/src/njsConnection.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ void Connection::GetInBindParamsArray(Local<Array> va8vals, Bind *bind,
14341434
{
14351435
if ( !bind->key.empty () )
14361436
{
1437-
executeBaton->error = NJSMessages::getErrorMsg (
1437+
executeBaton->error = NJSMessages::getErrorMsg (
14381438
errIncompatibleTypeArrayBind,
14391439
index,
14401440
bind->key.c_str () );

test/list.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ Overview of node-oracledb functional tests
15271527
82.2.4 update empty buffer column
15281528
82.2.5 update a column with empty buffer
15291529
82.2.6 update a column with (10MB + 1) buffer
1530-
1530+
15311531
83. lobProperties2.js
15321532
83.1 CLOB: chunkSize (read-only)
15331533
83.2 BLOB: chunkSize (read-only)
@@ -1743,7 +1743,7 @@ Overview of node-oracledb functional tests
17431743
86.2.5 Number supported in fetchAsString
17441744
86.2.6 Date supported in fetchAsString
17451745
86.2.7 CLOB supported in fetchAsString
1746-
1746+
17471747
87. fetchBlobAsBuffer.js
17481748
87.1 fetch BLOB columns by setting oracledb.fetchAsBuffer
17491749
87.1.1 works with NULL value
@@ -1942,4 +1942,4 @@ Overview of node-oracledb functional tests
19421942
89.2.4 Date not supported in fetchAsBuffer
19431943
89.2.5 Cursor not supported in fetchAsBuffer
19441944
89.2.6 Buffer not supported in fetchAsBuffer
1945-
89.2.7 BLOB supported in fetchAsBuffer
1945+
89.2.7 BLOB supported in fetchAsBuffer

0 commit comments

Comments
 (0)