Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #54694 [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIG…
…INT type (llupa) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | not sure | Deprecations? | no | Issues | Fix #54418 | License | MIT ## Additional Considerations This issue looks pretty straight forward, but it has had me running in circles not being sure how to exactly interpret it. The new return type to make it work with DBAL 4 is _fine_, but it is neither an intersection nor a union type, which **will** cause trouble for other libs if they do not explicitly check each. There is not easy way to get which DBAL version is the extractor is running against, so trying to optimize the flow is _tricky_. I am opening this PR to have a starting point in the hopes that maintainers of this package have more historical context than me. I have tried to document as much as possible about this in the issue linked above. 🍻 Commits ------- 92e54acf7c [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type
- Loading branch information