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
For Psycopg3 we wrap INET values as strings. This broke the handling of
None values as it converted them to the invalid string "None". Now we
simply pass None values as-is since all Psycopg versions know what to do
with them,
Fixes#128
0 commit comments