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

Clean up doctrine deprecation warnings #977

Merged
3 commits merged into from
Aug 3, 2024

Conversation

ghost
Copy link

@ghost ghost commented Aug 2, 2024

Resolves issue with report_fields_where_declared being set to true and sequence generation by explicitly building with recommended identify generator preference of GENERATOR_TYPE_SEQUENCE.

image

Copied solution from: doctrine/orm#8893 (comment)

Also the report_fields_where_declared being set to true issue noted here doctrine/orm#10953 (comment) seemed to be fixed by doctrine/orm#11050? @melroy89 can you review this, please?

@ghost ghost added the backend Backend related issues and pull requests label Aug 2, 2024
@ghost ghost requested a review from melroy89 August 2, 2024 15:28
@ghost ghost self-assigned this Aug 2, 2024
@BentiGorlich BentiGorlich added this to the v1.7.0 milestone Aug 3, 2024
@melroy89
Copy link
Member

melroy89 commented Aug 3, 2024

What about the comment below on that issue ticket? composer require doctrine/dbal:^4?

@melroy89
Copy link
Member

melroy89 commented Aug 3, 2024

It does seem to resolve this specific deprecation I think:
image

@ghost ghost merged commit bb4d7e2 into main Aug 3, 2024
7 checks passed
@ghost ghost deleted the clean_up_doctrine_deprecation_warning branch August 3, 2024 12:27
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants