You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cakephp/database>=4.0 now required. This could impact migrations/seeds that use the query APIs.
In environment configuration default_database is now default_environment.
New Features
Upgraded to PHPUnit 8.0
Added setDataDomain(), getDataDomain(), and getColumnForType() to adapters.
Improved SQLite column add functionality.
SQLite now creates columns as NOT NULL by default, regardless if a default value for the column is specified or not. This brings it in line with how the other adapters work.