|
101 KB
|
153 KB
|
82 KB
|
86 KB
Hi Team,
There is a bigger problem with updating the actual json data in the database that transcends adding a quote to the predicate. The update doesn't seem work in ADS 18.0.17 even with the quote. I don't think we can set the predicate the way tde is doing it. The json might need to be broken down into components using operators in order for PostgreSQL to do the predicate search. Below is a testcase displaying what works and what doesn't. I think we should push this fix to a future release since it more complicated then adding quotes.
Sachin, What do you think?
Thanks, Tom
Hi Tom,
I have observed that when we delete the JSON & JSONB datatype from Table data Editor, it throws error message syntax error at or near "{" is displayed.
Please follow the below steps to reproduce the issue :
Hi Tom,
I have observed that when we delete the JSON & JSONB datatype from Table data Editor, it throws error message syntax error at or near "{" is displayed.
Please follow the below steps to reproduce the issue :
All that said above... This works.
All that said above... This works.
svn #54948 - Cast json to text in the where predicate so the search comparison is character to character. This is only for v19.
Hi Tariq, Abhishek,
Please test the fix for PostgreSQL json and jsonb columns using both the update and delete functionality.
Thank you, Tom
svn #54948 - Cast json to text in the where predicate so the search comparison is character to character. This is only for v19.
Hi Tariq, Abhishek,
Please test the fix for PostgreSQL json and jsonb columns using both the update and delete functionality.
Thank you, Tom
Verified in v19-beta-2
update & delete functionality is working properly ,please refer to the below screenshot :
Update :
Delete:
Verified in v19-beta-2
update & delete functionality is working properly ,please refer to the below screenshot :
Update :
Delete:
Issue #15356 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 19.0.0-alpha-69 |
No time estimate |
1 issue link |
relates to #15350
Issue #15350Writing JSON and JSONB to Postgres from AquaScript (with AQTableWriter or in general) |
Hi Team,
There is a bigger problem with updating the actual json data in the database that transcends adding a quote to the predicate. The update doesn't seem work in ADS 18.0.17 even with the quote. I don't think we can set the predicate the way tde is doing it. The json might need to be broken down into components using operators in order for PostgreSQL to do the predicate search. Below is a testcase displaying what works and what doesn't.
I think we should push this fix to a future release since it more complicated then adding quotes.Sachin, What do you think?
Thanks, Tom