v0.2.1
v0.2.1 (2026-07-17)
This release is published under the MIT License.
Bug Fixes
- cli: Align read-only error message with accepted statements (
c5f4e87)
The read-only guard accepts VALUES, TABLE, and FROM statements in addition to the seven listed in the rejection message. Centralize the message as core.READONLY_ERROR next to _READONLY_RE and list all ten accepted statement types.
Detailed Changes: v0.2.0...v0.2.1