Skip to content

v300.3.0

Latest
Compare
Choose a tag to compare
@dolphindb-jffu dolphindb-jffu released this 08 Jul 09:53
f82ae1a

New Features

  • Added the getRowJson function to the Table class for converting a single row into a JSON object.

Improvements

  • Updated the run interface of the DBConnectionPool class to support passing a condition_variable, allowing the caller to be notified upon task completion.
  • Added an overload of Util::createBool that accepts a bool parameter.
  • Removed several deprecated classes

Issues Fixed

  • Fixed an issue where tasks within DBConnectionPool could remain in the WAITING state for an extended period.
  • Fixed numerous clang-tidy static analysis warnings.