Skip to content

1.8.2

Latest
Compare
Choose a tag to compare
@joerivanruth joerivanruth released this 29 Aug 07:52
· 1 commit to master since this release

New features since 1.8.1

  • CLIENTINFO: At connect time, tell the server more about the connecting client: hostname, application name, pymonetdb version, process id and an optional remark. This information will show up in the sys.sessions table. Configurable with the new settings client_info, client_application and client_remark.

Bug fixes

  • Use the right directory when scanning for Unix Domain sockets.

  • Minor fixes to make the test suite pass with MonetDB Jun2020:

    • Always announce FILETRANS capability, allowing it to work with older MonetDB versions.

    • Support result set format of PREPARE statements on older MonetDB versions.

  • Restore connect_timeout=-1 to how it was before 1.8.0. However, avoid setting the socket to non-blocking mode. See Issue #127.