Fix DecodeJSON() not returning SQRESULT_NOTNULL. (#330)

This commit is contained in:
Erlite 2022-11-20 23:33:23 +01:00 committed by GitHub
parent ff48d3c499
commit 70b71ba3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ ADD_SQFUNC(
}
DecodeJsonTable<context>(sqvm, (rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<SourceAllocator>>*)&doc);
return SQRESULT_NOTNULL;
}
ADD_SQFUNC(