Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.562.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 02 Mar 21:23
· 1517 commits to develop since this release
b6ac003
Type Description Link
Improvement Streamline SQL BLOB cleanup

Avoid wrapping prepared statements to handle BLOB cleanup when there are
no BLOBs that need cleanup. Refactor to reuse BLOB temporary cleanup
logic and avoid iterable allocation overhead when no BLOBs are used.
#5933