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
Fix AttributeError when executing empty or comment-only scripts
When executing a script that contains only comments or is empty,
PostgreSQL returns no result status message. This caused an
AttributeError when trying to decode None.
Fixes#1259
0 commit comments