We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58a691 commit e00d38cCopy full SHA for e00d38c
user_guide_src/source/changelogs/v4.6.4.rst
@@ -22,6 +22,8 @@ Message Changes
22
Changes
23
*******
24
25
+- **Config:** Added the ``synchronous`` key for ``Config\Database::$tests``. For SQLite3 driver only.
26
+
27
************
28
Deprecations
29
user_guide_src/source/installation/upgrade_464.rst
@@ -44,7 +44,8 @@ and it is recommended that you merge the updated versions with your application:
44
Config
45
------
46
47
-- @TODO
+- app/Config/Database.php
48
+ - Added the ``synchronous`` key for ``Config\Database::$tests``.
49
50
All Changes
51
===========
0 commit comments