开发工具★★★Simon Willison · 2026-07-12
sqlite-utils 4.1.1 Released
The sqlite-utils 4.1.1 release mainly fixes an edge case bug discovered by Claude chat while testing the 4.1 version. This release addresses a potential data corruption issue when calling table.transform() while a transaction is open and the table is referenced by foreign keys with destructive ON DELETE actions.
📌 Key points
- Fixes an edge case bug discovered by Claude chat
- Addresses a potential data corruption issue when calling table.transform() in a
- table.transform() now raises a TransactionError when PRAGMA foreign_keys is enab
本页为 gitzw.com 基于公开来源的 AI 中文解读,非原文转载。