Skip to content

3.00.1.3

Compare
Choose a tag to compare
@chenxiYuDolphinDB chenxiYuDolphinDB released this 03 Sep 05:48
· 119 commits to master since this release

New Features

  • Added parameters connectTimeout and readTimeout to the connect method of DBConnection class to set the maximum connection and read timeouts (in ms) for underlying API Socket connections.

Improvements

  • The error message raised by MultithreadedTableWriter when writing to partitioned tables now displays the specific column names in case of data type mismatch.

Issues Fixed

  • [AJ-763] Fixed an occasional issue where CPU usage was falsely high when using ThreadPooledClient for stream subscription, even without subscription tasks.