Pljson Versions Save

PL/JSON is a generic JSON object written in PL/SQL. Using PL/SQL object syntax, users instantiate a JSON object and then add members, arrays and additional JSON objects. This object type can store JSON data, in Oracle, persistently.

v2.5.2

3 years ago

fix for issue #213 (sql_to_json() with special characters)

v3.4.0

3 years ago

performance improvements for string-based path API

v3.3.2

3 years ago

fixes for issue #200

v3.3.0

4 years ago

huge speed improvements in json_table() (issue #197)

v3.2.0

4 years ago
  • fix for issue #187 (20x speed improvement)
  • significant speed improvements in path parsing
  • updated README with clearer information
  • updated install/uninstall scripts to be version 3 specific only
  • fix unicode text with separate accent characters (issue #190)

v2.5.1

4 years ago

parsing works correctly for 4 byte unicode chars (e.g. emojis)

v3.1.1

4 years ago
  • parsing works correctly for 4 byte unicode chars (e.g. emojis)
  • fix bug for pljson constructor from pljson_list (#issue 170), added test case for this constructor

v2.4.0

5 years ago
  • new api calls that match those of version 3.0 (mainly get_string(), get_clob(), get_...() by pair_name for json objects and by position for json arrays)
  • minor code rewrite so code is cleaner, conforms better to today's accepted code standards and there is as much common code as possible between version 2.0 and version 3.0
  • bug fixes and minor improvements

v2.3.0

6 years ago

minor enhancements to json_table()

v2.2.0

6 years ago

#131 base64 encoding/decoding #135 enhanced pljson_dyn.executeList() to work with multiset() and then cast to tables of strings (PLJSON_VARRAY) or numbers (PLJSON_NARRAY) #137 changed default installation to single installing user (no grant synonyms to public by default, instructions)