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
contrib.psycopg: Patch all imports of register_type
`register_type` was patched in #96, though only in psycopg.extensions.
The function is defined in psycopg2._psycopg and imported in psycopg2._json
neither of them are patched and if used cause a TypeError.
0 commit comments