Skip to content

5.3.2

Latest
Compare
Choose a tag to compare
@mmottl mmottl released this 28 Sep 00:09
· 6 commits to main since this release
5.3.2

CHANGES:

Fixed

  • Enable binary results for parameterless queries by calling PQsendQueryParams
    when binary_result is requested (instead of PQsendQuery). Thanks to Alain
    Frisch for the patch.