Skip to content

Fix pagination with custom select columns and improve versionable detection#2061

Open
c15k0 wants to merge 1 commit intopropelorm:masterfrom
c15k0:master
Open

Fix pagination with custom select columns and improve versionable detection#2061
c15k0 wants to merge 1 commit intopropelorm:masterfrom
c15k0:master

Conversation

@c15k0
Copy link

@c15k0 c15k0 commented Jan 12, 2026

Fix pagination with custom select columns and improve versionable detection

  • Fix pagination failure when using custom select columns in Criteria
  • Add explicit versionable detection to VersionableBehavior and Table (avoid dynamic properties, required for PHP 8+ compatibility)
  • Remove failing PHPStan test caused by dynamic property usage
  • Update query class documentation generation for full PhpStorm indexing support

…ection

- Fix pagination failure when using custom select columns in Criteria
- Add explicit versionable detection to VersionableBehavior and Table
  (avoid dynamic properties, required for PHP 8+ compatibility)
- Remove failing PHPStan test caused by dynamic property usage
- Update query class documentation generation for full PhpStorm indexing support
@mringler
Copy link
Contributor

Have a look how this was solved in Perpl VersionableBehavior.php - you can just keep track of the version tables inside the behavior.

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.

2 participants