[PR #9728] Test MySQL DDL using explicit table options #11834

Open
opened 2026-01-22 16:12:03 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/9728

State: closed
Merged: Yes


Currently, the test suite makes assertions against the DDL generated by the DBAL assuming the default table options (charset, collation, engine) implemented in DBAL 3. DBAL 4 will drop these defaults (https://github.com/doctrine/dbal/pull/4644), so these assumptions will be no longer valid.

In order to be compatible with both DBAL versions, the test suite should explicitly configure the default table options.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9728 **State:** closed **Merged:** Yes --- Currently, the test suite makes assertions against the DDL generated by the DBAL assuming the default table options (charset, collation, engine) implemented in DBAL 3. DBAL 4 will drop these defaults (https://github.com/doctrine/dbal/pull/4644), so these assumptions will be no longer valid. In order to be compatible with both DBAL versions, the test suite should explicitly configure the default table options.
admin added the pull-request label 2026-01-22 16:12:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11834