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
Use the dev branch as 5.3 release hasn't started yet, but I'd like to
validate the new reflection API by integrating it into migrations.
* Remove remaining references to symfony classes.
* Fix failing tests.
* Remove unused cake_version block and update php version
cakephp 5.3 requires 8.2
* Update deps to align with cakephp version
* Don't ignore php versions
* Fix expected SQL
* Fix regression with postgres schema generation
* Fix deprecation warnings from plugin classes
* Restore jsonb column constant and update windows php version
* Fix failing identity column tests
cakephp/database does not support `identity => true, generated => null`
as a way to remove identity clauses on columns, as `generated => null`
is the default value which for identity columns ~= 'by default'.
Fix and re-enable the identity column tests as cakephp 5.3 will have
identity column support.
0 commit comments