1
0
Fork 0

Fixes several database errors, removes "relation" handling

This commit is contained in:
Michael 2021-02-25 05:13:49 +00:00
commit 99a145f7cf
11 changed files with 39 additions and 176 deletions

View file

@ -388,9 +388,6 @@ class DBA
*
* @param string|array $table Table name
* @param array $conditions Field condition(s)
* @param array $options
* - cascade: If true we delete records in other tables that depend on the one we're deleting through
* relations (default: true)
*
* @return boolean was the delete successful?
* @throws \Exception