-
Notifications
You must be signed in to change notification settings - Fork 373
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
Fix right truncation issue #1408
Conversation
Feel free to adopt the tests of #1404 inside this PR. Might raise codecov and also proves that the fix works. :) |
Regresssion tests: Use the same Statement to insert a row with short strings first, and longer strings second. - Issue also happens with VARCHAR( >=4002 ). Not just Max or NVARCHAR - Issues 1391, 1393 (and possibly 1371 ?) might all have the same root cause.
I have pulled your unit test to this PR. Seems the fix is working but somehow the test throws a |
@absci : My bad, fetchAll() should've been fetch() |
I've updated my branch and PR. But it just comes down to replacing 'fetchAll()' by 'fetch()'. |
Thanks, all tests passed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please separate the additional trigger into another PR.
@absci and reviewers: Thanks for the quick review and merge! 🥇 May I ask if you've got a date set for the next fix version? Sorry if I come across a bit pushy, but I'm just excited to be a able to update a huge Doctrine project to PHP 8.1. :) |
No description provided.