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

Remove deprecated getConnection #1462

Closed
wants to merge 2 commits into from
Closed

Remove deprecated getConnection #1462

wants to merge 2 commits into from

Conversation

Amin-Hosseini
Copy link
Contributor

Remove deprecated getConnection #1417

I am targeting this branch, because "BaseEntityManager::getConnection" method is deprecated since sonata-project/sonata-doctrine-extensions 1.15 and we need to update the code for the next major

Closes #1417

Changelog

### Added

### Changed

### Deprecated

### Removed
- Removed usage of deprecated `BaseEntityManager::getConnection` class

### Fixed

### Security

@VincentLanglet
Copy link
Member

I think @Hanmac is working on this. By changing the sql to dql, we wont need the getConnection call

@Hanmac
Copy link
Contributor

Hanmac commented Jul 16, 2022

yeah it should be fixed by #1446

@Amin-Hosseini Amin-Hosseini changed the title Remove deprecated getConnection #1417 Remove deprecated getConnection Jul 16, 2022
@eerison
Copy link
Contributor

eerison commented Jul 17, 2022

Hey @Amin-Hosseini there are others depreciations in #1417 , you could get other one, please just put a comment, just to make sure that anyone is working in the deprecation that you chose

@Amin-Hosseini
Copy link
Contributor Author

Hi @eerison, yeah sure. Thank you 🙂

@jordisala1991
Copy link
Member

Fixed by the @Hanmac pr

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

Successfully merging this pull request may close these issues.

5 participants