[PR #8953] Don't call deprecated getSchemaManager() #11281

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

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

State: closed
Merged: Yes


Connection::getSchemaManager() will be replaced by Connection::createSchemaManager(). We should call the new method if it's available.

Part of #8884

**Original Pull Request:** https://github.com/doctrine/orm/pull/8953 **State:** closed **Merged:** Yes --- `Connection::getSchemaManager()` will be replaced by `Connection::createSchemaManager()`. We should call the new method if it's available. Part of #8884
admin added the pull-request label 2026-01-22 16:10:16 +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#11281