mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
* Add updateAll() methods * Add deleteAll() methods * Fix softDelete/restore error messages * Add test for Repository.delete() with criteria * Add test for Repository.deleteAll() method * Move/rename “Repository > delete” test files * Tweak comments * Add tests for Repository update methods * Add updateAll and deleteAll to EntityManager API docs * Add updateAll and deleteAll to Repository API docs * Fix tests