mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-09 14:21:03 +03:00
Report unknown JSONB element type when parsing JSONB into JsonNode.
FossilOrigin-Name: 1f4d3268257bda234c66c3767451b3d39d7b4c7c73a779ad396d9dfc5315905c
This commit is contained in:
@@ -3528,8 +3528,7 @@ static int jsonParseValueFromBlob(JsonParse *pParse, u32 i){
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
pParse->nErr++;
|
||||
break;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
return i+x+sz;
|
||||
|
||||
Reference in New Issue
Block a user