google / google/python-spanner-orm
Add a Model.delete_where class method.
未關閉
- 主要語言
- Python
- 星號
- 41
- 分支
- 17
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Currently, I think the only way to delete based on a condition (not including primary keys) is retrieve the model objects matching the condition, then delete them. It would be nice to have a `delete_where()` method with the same signature as `where()`, but that deleted matching rows.
貢獻指南
評估
這個 Issue 還沒有評估資料。