Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix in ORM 2.6.3 breaks query execution #1453

Closed
kdambekalns opened this issue Nov 21, 2018 · 0 comments
Closed

Fix in ORM 2.6.3 breaks query execution #1453

kdambekalns opened this issue Nov 21, 2018 · 0 comments
Assignees

Comments

@kdambekalns
Copy link
Member

Description

The fixed parameter value processing for objects with unloaded metadata in ORM 2.6.3 (doctrine/orm#7471) breaks query execution (in particular cases.)

Actual behavior

When no class schema can be found in loadMetaDataForClass, a ClassSchemaNotFoundException is thrown. This leads to errors like this as of ORM 2.6.3:

FlowAnnotationDriver.php: No class schema found for "some-non-mapped-class".

89 …\FlowAnnotationDriver_Original::getClassSchema("some-non-mapped-class")
88 …\FlowAnnotationDriver_Original::loadMetadataForClass("some-non-mapped-class", Neos\Flow\Persistence\Doctrine\Mapping\ClassMetadata)

Affected Versions

Flow: 5.0.0 and up with doctrine/orm 2.6.3 and up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant