Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Mar 16, 2017
1 parent ffb82d7 commit c99bea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/njs/src/njsConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ void Connection::GetInBindParamsArray(Local<Array> va8vals, Bind *bind,
{
if ( !bind->key.empty () )
{
executeBaton->error = NJSMessages::getErrorMsg (
executeBaton->error = NJSMessages::getErrorMsg (
errIncompatibleTypeArrayBind,
index,
bind->key.c_str () );
Expand Down
6 changes: 3 additions & 3 deletions test/list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ Overview of node-oracledb functional tests
82.2.4 update empty buffer column
82.2.5 update a column with empty buffer
82.2.6 update a column with (10MB + 1) buffer

83. lobProperties2.js
83.1 CLOB: chunkSize (read-only)
83.2 BLOB: chunkSize (read-only)
Expand Down Expand Up @@ -1743,7 +1743,7 @@ Overview of node-oracledb functional tests
86.2.5 Number supported in fetchAsString
86.2.6 Date supported in fetchAsString
86.2.7 CLOB supported in fetchAsString

87. fetchBlobAsBuffer.js
87.1 fetch BLOB columns by setting oracledb.fetchAsBuffer
87.1.1 works with NULL value
Expand Down Expand Up @@ -1942,4 +1942,4 @@ Overview of node-oracledb functional tests
89.2.4 Date not supported in fetchAsBuffer
89.2.5 Cursor not supported in fetchAsBuffer
89.2.6 Buffer not supported in fetchAsBuffer
89.2.7 BLOB supported in fetchAsBuffer
89.2.7 BLOB supported in fetchAsBuffer

0 comments on commit c99bea5

Please sign in to comment.