mirror of
https://github.com/brianc/node-postgres.git
synced 2026-02-01 16:47:23 +00:00
update error message to reference buffers
This commit is contained in:
parent
cd29f806f1
commit
99f76ca7d2
@ -901,7 +901,7 @@ private:
|
|||||||
paramValues[i] = cHexString;
|
paramValues[i] = cHexString;
|
||||||
} else {
|
} else {
|
||||||
//a paramter was not a string
|
//a paramter was not a string
|
||||||
LOG("Parameter not a string");
|
LOG("Parameter not a string or buffer");
|
||||||
ReleaseCStringArray(paramValues, i-1);
|
ReleaseCStringArray(paramValues, i-1);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user