You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.