You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lastID in the json_obejct is not set to the last root node of the parsed json.
I did fix this in my fork but I had to include some more changes like the possibility to check to current running version. If time allows it I'll try to send a proper merge request in the next few days. Commits: fb-datax/PLSQL-JSON@9116883 fb-datax/PLSQL-JSON@f1b36e7
Update: Proposed fix does only works for root node
The text was updated successfully, but these errors were encountered:
The 2nd outout json_debug.output(v_json, false); still doesn't contain the newly added 'newnode'.
We did circumvent the problem with a new routine which loops through the structure and creates a fresh copy of the parsed json_object in order to be able to add new nodes and values.
After a JSON string has been parsed into a json_object, modifications (put('field','value')) are not included in the non-raw output.
Sample code:
The lastID in the json_obejct is not set to the last root node of the parsed json.
I did fix this in my fork but I had to include some more changes like the possibility to check to current running version. If time allows it I'll try to send a proper merge request in the next few days.Commits:fb-datax/PLSQL-JSON@9116883fb-datax/PLSQL-JSON@f1b36e7
Update: Proposed fix does only works for root node
The text was updated successfully, but these errors were encountered: