mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
Merge branch 'master' into 2.3
Conflicts: app/Config/Schema/i18n.php lib/Cake/I18n/Multibyte.php lib/Cake/Test/Case/Log/CakeLogTest.php lib/Cake/Test/Case/Routing/DispatcherTest.php
This commit is contained in:
commit
e0aab77dab
20 changed files with 127 additions and 90 deletions
|
@ -2916,6 +2916,10 @@ class DboSource extends DataSource {
|
|||
}
|
||||
$statement->execute();
|
||||
$statement->closeCursor();
|
||||
|
||||
if ($this->fullDebug) {
|
||||
$this->logQuery($sql, $value);
|
||||
}
|
||||
}
|
||||
return $this->commit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue