DDC-107: Mapping driver interface does not require preload(), but mapping drivers are expected to implement it. #134

Closed
opened 2026-01-22 12:28:14 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Nov 3, 2009).

Jira issue originally created by user reinier.kip:

Doctrine\ORM\Mapping\Driver\Driver does not require preload(), but it is called in the implementing class.

Solution:

  • Only call preload if the implementing class implements it;
  • or add Doctrine\ORM\Mapping\Driver\Drive::preload().
Originally created by @doctrinebot on GitHub (Nov 3, 2009). Jira issue originally created by user reinier.kip: Doctrine\ORM\Mapping\Driver\Driver does not require preload(), but it is called in the implementing class. Solution: - Only call preload if the implementing class implements it; - or add Doctrine\ORM\Mapping\Driver\Drive::preload().
admin added the Bug label 2026-01-22 12:28:14 +01:00
admin closed this issue 2026-01-22 12:28:15 +01:00
Author
Owner

@doctrinebot commented on GitHub (Nov 3, 2009):

@doctrinebot commented on GitHub (Nov 3, 2009): - duplicates [DDC-97: \Doctrine\ORM\Mapping\Driver\Driver::preload($force=false) is missing](http://www.doctrine-project.org/jira/browse/DDC-97)
Author
Owner

@doctrinebot commented on GitHub (Nov 3, 2009):

Issue was closed with resolution "Duplicate"

@doctrinebot commented on GitHub (Nov 3, 2009): Issue was closed with resolution "Duplicate"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#134