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

Support DBAL 4; drop DBAL 3 #11

Merged
merged 19 commits into from
Feb 11, 2024
Merged

Support DBAL 4; drop DBAL 3 #11

merged 19 commits into from
Feb 11, 2024

Conversation

Firehed
Copy link
Owner

@Firehed Firehed commented Feb 11, 2024

There doesn't seem to be any reasonable way to support both.

While the literal type signatures don't change for any public API code, that's only due to the fact that there's no native typed arrays in PHP. Consequently, this is a BC break. I've added an UPGRADING document to indicate how to handle this (testing this in a real application, I needed no change since I wasn't logging or otherwise using the affected parameter)

Copy link

codecov bot commented Feb 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d66f1ec) 88.00% compared to head (d1a4758) 100.00%.

Additional details and impacted files
@@              Coverage Diff               @@
##               main       #11       +/-   ##
==============================================
+ Coverage     88.00%   100.00%   +12.00%     
+ Complexity       24        21        -3     
==============================================
  Files             5         5               
  Lines           100        83       -17     
==============================================
- Hits             88        83        -5     
+ Misses           12         0       -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Firehed Firehed merged commit 7520cb6 into main Feb 11, 2024
14 checks passed
@Firehed Firehed deleted the dbal4 branch February 11, 2024 03:19
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.

None yet

1 participant