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
Enable binary results for parameterless queries by calling PQsendQueryParams
when binary_result is requested (instead of PQsendQuery). Thanks to Alain
Frisch for the patch.