File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ class Database extends Config
182182 'port ' => 3306 ,
183183 'foreignKeys ' => true ,
184184 'busyTimeout ' => 1000 ,
185+ 'synchronous ' => null ,
185186 'dateFormat ' => [
186187 'date ' => 'Y-m-d ' ,
187188 'datetime ' => 'Y-m-d H:i:s ' ,
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ class Registrar
8383 'failover ' => [],
8484 'port ' => 3306 ,
8585 'foreignKeys ' => true ,
86+ 'synchronous ' => 0 ,
8687 ],
8788 'SQLSRV ' => [
8889 'DSN ' => '' ,
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Message Changes
2222Changes
2323*******
2424
25+ - **Config: ** Added the ``synchronous `` key for ``Config\Database::$tests ``. For SQLite3 driver only.
26+
2527************
2628Deprecations
2729************
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ and it is recommended that you merge the updated versions with your application:
4444Config
4545------
4646
47- - @TODO
47+ - app/Config/Database.php
48+ - Added the ``synchronous `` key for ``Config\Database::$tests ``.
4849
4950All Changes
5051===========
You can’t perform that action at this time.
0 commit comments