ATP and AJD stores JSON incorrectly

44 Views Asked by At

I am inserting data into the collections as a JSON in the following format

soda insert emp {"name" : "Miller", "job" : "Programmer", "salary" : 90000}

When I try to retrieve it using the

soda get emp -f {"name":"Miller"} command

The returned data is in the form where the characters in upper case is converted to lower case

Key: A524450AC45C4B8C81D968A5E5C80B11

Content: {"name":"miller","job":"programmer","salary":90000}

----------------------------------------- 1 row selected.

Please can anyone help me with this issue by guiding me to what might be causing this

1

There are 1 best solutions below

0
Connor McDonald On

Known bug. Fixed in SQLcl 20.4. Workaround is to use a file as input or via PL/SQL.