Skip to content
Changelog

Delete ClickHouse records by metadata safely

July 27, 20261 min read

delete_by_metadata now binds metadata keys and values as query parameters rather than inlining them, so deletions run correctly and safely regardless of what the metadata contains. Special characters no longer break the query or open a value-injection path.

Agno’s ClickHouse docs.

Shipped around the same time