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
Add regression tests for errmsg, bind after release, and deserialize database_name
Targets three issues found during PR review:
- errmsg(conn) after close returns "out of memory" instead of an error tuple
- errmsg(stmt) after release returns {:error, :connection_closed} instead of nil
- bind/2 crashes with Protocol.UndefinedError when statement is released
0 commit comments