Skip to content

Releases: pljson/pljson

v3.7.1

06 Mar 20:54
2d7cdb9
Compare
Choose a tag to compare

alias without {} for json string

v3.7.0

18 Feb 20:29
c55aa3b
Compare
Choose a tag to compare
  • pljson_dyn: ORDS feature to not escape string which is json; spelling fixes
  • fix #284, new datatypes and same handling in executeList and executeObject
  • fix #281
  • null => null (vs "") for clob, for char when empty_string_as_null = true
  • parameter columndateformats for executeList(), refactorings
  • fix pretty_print_any() to pass erase_clob in object/list calls
  • reviewed clob usage

v2.5.5

19 Oct 18:48
5d29581
Compare
Choose a tag to compare
  • fix pretty_print_any() to pass erase_clob in object/list calls

v3.6.1

07 Jan 17:05
f62f56c
Compare
Choose a tag to compare

fix for get_ functions when no field value to return

v2.5.4

07 Jan 16:18
3f76e34
Compare
Choose a tag to compare

fix for get_ functions when no field value to return

v3.6.0

08 Dec 22:05
8ebff11
Compare
Choose a tag to compare
  • improved path syntax
  • fixed helper package
  • updated tests
  • parser speed optimization ported from v2

v3.5.2

06 Mar 21:11
16a0ee3
Compare
Choose a tag to compare

review and homogenization of clob code with v2 (#239 4 byte Unicode chars)
#245 (sql_to_json() - string with leading zero returns exception)
#237 second issue fix (NLS_NUMERIC_CHARACTERS other than AMERICAN)
#237 (number format of pljson_util_pkg.sql_to_json)
update the base64 data #236

v2.5.3

06 Mar 16:58
0e92b19
Compare
Choose a tag to compare

#245 (sql_to_json() - string with leading zero returns exception)
#239 4 byte Unicode chars
#237 second issue fix (NLS_NUMERIC_CHARACTERS other than AMERICAN)
backport 1/2 from v3.5.0

v3.5.0

30 Oct 19:39
503dee1
Compare
Choose a tag to compare
  • fix issue #223 (original correct return statement for border case)

  • fix issue #222 (pljson_util_pkg.sql_to_json() where sql query selects & or <)

  • further code improvements in pljson_util_pkg.sql_to_json()

  • fix for overlapping printing of data

  • fix the examples to work out of the box

  • fix example ex13.sql to avoid exceeding SQL*Plus line length limit

  • remove example.pdf(s) that advertise commercial software

  • add tests for pljson_table

  • add an example for pljson_table that selects from a table's column data

the changes that are relevant to version 2 will be backported

v3.4.1

28 Sep 17:00
1a81134
Compare
Choose a tag to compare

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