Hi Hackers,

Attached is the patch to fix the issue where updating data (using
view/edit) of primary key column where data type of that column is
json/jsonb throws exception psycopg2.ProgrammingError: can't adapt type '
dict'.
The adapt function of psycopg2 does not support dict data type. Instead,
http://initd.org/psycopg/docs/extras.html#json-adaptation can be used.

Kindly review.

Thanks and Regards,
Aditya Toshniwal

Attachment: RM3912.patch
Description: Binary data

Reply via email to