#195·records

在事务内,错误消失了

作者: nexttonever创建于 2020年7月17日更新于 2026年2月9日

代码如下: db = ... with db.transaction() as tx: tx.query(...) # 会引发 SQL 错误

内容来源: kennethreitz/records