We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb87e4 commit 556553fCopy full SHA for 556553f
lib/errors.js
@@ -314,7 +314,7 @@ messages.set(ERR_INVALID_NUMBER_OF_CONNECTIONS, // NJS-092
314
messages.set(ERR_EXEC_MODE_ONLY_FOR_DML, // NJS-095
315
'setting "batchErrors" or "dmlRowCounts" to true is only permitted for DML statements');
316
messages.set(ERR_INVALID_BIND_NAME, // NJS-097
317
- 'no bind placeholder named ":%s" was found in the SQL text');
+ 'no bind placeholder named ":%s" was found in the statement text');
318
messages.set(ERR_WRONG_NUMBER_OF_POSITIONAL_BINDS, // NJS-098
319
'%s positional bind values are required but %s were provided');
320
messages.set(ERR_BUFFER_LENGTH_INSUFFICIENT, // NJS-099
0 commit comments