Skip to content

Commit 556553f

Browse files
committed
Update Error NJS-097
1 parent 0cb87e4 commit 556553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ messages.set(ERR_INVALID_NUMBER_OF_CONNECTIONS, // NJS-092
314314
messages.set(ERR_EXEC_MODE_ONLY_FOR_DML, // NJS-095
315315
'setting "batchErrors" or "dmlRowCounts" to true is only permitted for DML statements');
316316
messages.set(ERR_INVALID_BIND_NAME, // NJS-097
317-
'no bind placeholder named ":%s" was found in the SQL text');
317+
'no bind placeholder named ":%s" was found in the statement text');
318318
messages.set(ERR_WRONG_NUMBER_OF_POSITIONAL_BINDS, // NJS-098
319319
'%s positional bind values are required but %s were provided');
320320
messages.set(ERR_BUFFER_LENGTH_INSUFFICIENT, // NJS-099

0 commit comments

Comments
 (0)