DDC-1692: doctrine:mapping:convert on entities without primary key #2128

Open
opened 2026-01-22 13:42:01 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 9, 2012).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user dave:

It issn't possible to use some of the Doctrine tools on entities without primary key.
Following error appears:
{quote}PHP Fatal error: Call to a member function getColumns() on a non-object in /media/sf_webdev-shared/Symfony/vendor/doctrine/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php on line 133{quote}

DatabaseDriver tries to get primary key columns without checking if there is any primary key.

Originally created by @doctrinebot on GitHub (Mar 9, 2012). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user dave: It issn't possible to use some of the Doctrine tools on entities without primary key. Following error appears: {quote}PHP Fatal error: Call to a member function getColumns() on a non-object in /media/sf_webdev-shared/Symfony/vendor/doctrine/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php on line 133{quote} DatabaseDriver tries to get primary key columns without checking if there is any primary key.
admin added the Bug label 2026-01-22 13:42:01 +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#2128