You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to insert or retrieve data into/from a PostgreSQL JSONB column, I encounter an unsupported JSONB version 123 error. It seems psqlpy is not handling JSONB serialization or deserialization correctly.
Python version: 3.11.9
PostgreSQL version: 16.3
psqlpy version: 0.8.7