google / google/python-spanner-orm
Add a Model.delete_where class method.
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 41
- Fork
- 17
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.