1.8.2
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 settingsclient_info
,client_application
andclient_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.