BabDev / Pagerfanta

Pagination library for PHP applications with support for several data providers
Other
384 stars 170 forks source link

Re-evaluate DBAL single table adapter due to DBAL 4.0 removals #51

Closed mbabker closed 1 year ago

mbabker commented 1 year ago

https://github.com/doctrine/dbal/pull/6179 (based on refactoring from https://github.com/doctrine/dbal/pull/3836) deprecates methods from the Doctrine DBAL's query builder that allows fetching and resetting the query parts, which the single table adapter uses to function. This adapter's functionality will need to be re-evaluated to determine if it can be implemented without the features removed from DBAL 4.0 or it'll need to be deprecated/removed.

mbabker commented 1 year ago

Addressed via doctrine/dbal#6186