File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- /* Copyright (c) 2015, 2018 , Oracle and/or its affiliates.
1
+ /* Copyright (c) 2015, 2019 , Oracle and/or its affiliates.
2
2
All rights reserved. */
3
3
4
4
/* *****************************************************************************
@@ -83,7 +83,7 @@ static const char *errMsg[] = {
83
83
" NJS-052: invalid data type at array index %d for bind position %d" , // errIncompatibleTypeArrayIndexBind
84
84
" NJS-053: array value expected, a non-array value provided" , // errNonArrayProvided
85
85
" NJS-054: binary build/Release/oracledb.node was not installed" , // errNoBinaryInstalled
86
- " NJS-055: Binding by position and name cannot be mixed" , // errMixedBind
86
+ " NJS-055: binding by position and name cannot be mixed" , // errMixedBind
87
87
" NJS-056: maxSize must be specified and not zero for bind position %u" , // errMissingMaxSizeByPos
88
88
" NJS-057: maxSize must be specified and not zero for bind \" %s\" " , // errMissingMaxSizeByName
89
89
" NJS-058: maxSize of %u is too small for value of length %u in row %u" , // errMaxSizeTooSmall
@@ -120,4 +120,3 @@ string njsMessages::Get(int err, ...)
120
120
}
121
121
return str;
122
122
}
123
-
You can’t perform that action at this time.
0 commit comments