@@ -48,7 +48,7 @@ static const char *errMsg[] =
4848 " NJS-009: invalid number of parameters" , // errInvalidNumberOfParameters
4949 " NJS-010: unsupported data type in select list" , // errUnsupportedDatType
5050 " NJS-011: encountered bind value and type mismatch in parameter %d" , // errBindValueAndTypeMismatch
51- " NJS-012: encountered invalid bind datatype in parameter %d" , // errInvalidBindDataType
51+ " NJS-012: encountered invalid bind data type in parameter %d" , // errInvalidBindDataType
5252 " NJS-013: invalid bind direction" , // errInvalidBindDirection
5353 " NJS-014: %s is a read-only property" , // errReadOnly
5454 " NJS-015: type was not specified for conversion" , // errNoTypeForConversion
@@ -74,7 +74,7 @@ static const char *errMsg[] =
7474 " NJS-035: maxArraySize is required for IN OUT array bind" , // errReqdMaxArraySize
7575 " NJS-036: given array is of size greater than maxArraySize" , // errInvalidArraySize
7676 " NJS-037: incompatible type of value provided" , // errIncompatibleTypeArrayBind
77- " NJS-038: maxArraySize value should be greater than 0 " , // errInvalidValueArrayBind
77+ " NJS-038: maxArraySize value should be greater than zero " , // errInvalidValueArrayBind
7878 " NJS-039: empty array is not allowed for IN bind" , // errEmptyArray
7979 " NJS-040: connection request timeout" , // errConnRequestTimeout
8080 " NJS-041: cannot convert ResultSet to QueryStream after invoking methods" , // errCannotConvertRsToStream
0 commit comments