File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,9 +399,9 @@ messages.set(ERR_EXEC_MODE_ONLY_FOR_DML, // NJS-095
399399messages . set ( ERR_INVALID_BIND_NAME , // NJS-097
400400 'no bind placeholder named ":%s" was found in the statement text' ) ;
401401messages . set ( ERR_WRONG_NUMBER_OF_BINDS , // NJS-098
402- '%s bind placeholders were used in the SQL statement but %s bind values were provided' ) ;
402+ '%d bind placeholders were used in the SQL statement but %d bind values were provided' ) ;
403403messages . set ( ERR_BUFFER_LENGTH_INSUFFICIENT , // NJS-099
404- 'internal error: buffer of length %s insufficient to hold %s bytes' ) ;
404+ 'internal error: buffer of length %d insufficient to hold %d bytes' ) ;
405405messages . set ( ERR_NCHAR_CS_NOT_SUPPORTED , // NJS-100
406406 'national character set id %d is not supported by node-oracledb in Thin mode' ) ;
407407messages . set ( ERR_MISSING_CREDENTIALS , // NJS-101
You can’t perform that action at this time.
0 commit comments