CppDB 0.3.0 Released
New Features:
- Added session specific storage for custom data
- Added support of one time initialization
- Added version number API
- Added an option to clear the connections pool
- Added busy_timeout option to sqlite3 backend.
Changed library version format to Major.Minor.Patch
Major
is updated when the library breaks its ABI or API, should not happen often.Minor
is updated when new features or new API is introduced, The library remains fully backward compatiblePatch
- maintenance bug fix release, no changes in public API.
Bugs:
- Fixed bug #3451653 - disconnected connections are recycled to the pool
- Fixed issue #3439445 - build problem on some distributions
Add Comment:
You must enable JavaScript in order to post comments.