google / google/python-spanner-orm
Add a Model.delete_where class method.
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 41
- Forks
- 17
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.