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 801f6b7 commit bd98c2aCopy full SHA for bd98c2a
src/njs/src/njsConnection.cpp
@@ -2927,7 +2927,7 @@ v8::Local<v8::Value> Connection::GetRows (eBaton* executeBaton)
2927
{
2928
Nan::Set(row,
2929
Nan::New<v8::String>(executeBaton->mInfo[j].name.c_str(),
2930
- executeBaton->mInfo[j].name.length()).ToLocalChecked(),
+ (int) executeBaton->mInfo[j].name.length()).ToLocalChecked(),
2931
val );
2932
}
2933
else
0 commit comments