Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Changes for crate
=================

Unreleased
2026/06/17 2.2.1
================

- Fixed ``cursor.execute()`` with ``bulk_parameters`` and pyformat SQL: when
rows are dicts, both the SQL template and the rows are now converted to
positional format before sending to CrateDB. Positional-list rows
positional format before sending to CrateDB. Positional-list rows
continue to work as before.

2026/06/04 2.2.0
Expand Down
Loading