2025-08-31 |
Fix some spelling and broken code snippets. (#18791) |
2025-08-31 |
Merge 5.x into 5.next |
2025-08-31 |
Split out getMapped() from getMap() (#18815)
* Split out getMapped() from getMap()
* Fix CS. |
2025-08-31 |
Fix up rector found issues. (#18832)
* Fix up rector found issues.
* Fix up as per review.
* Fix CS. |
2025-08-31 |
Fix comments quoting in migrations. (#18848)
* Fix comments quoting in migrations.
* Update src/Database/Schema/MysqlSchemaDialect.php
* Change getPdo method visibility to protected
---------
Co-authored-by: Mark Story |
2025-08-31 |
5.3 - Add unserialize compatibility for TableSchema (#18840)
Migrations (and schema caching) serialize TableSchema and cache it. We
need to be able to read that serialized state in order to maintain
backwards compatibility. |
2025-08-31 |
Merge branch '5.x' into 5.next |
2025-08-31 |
Fix comments quoting in migrations. (#18848)
* Fix comments quoting in migrations.
* Update src/Database/Schema/MysqlSchemaDialect.php
* Change getPdo method visibility to protected
---------
Co-authored-by: Mark Story |
2025-08-31 |
Schema default expression (#18858)
Add support for QueryExpression as a default value
* Tests for MySQL
* Tests for sqlite
* Tests for postgresql
* Tests and fixes for sqlserver |