Skip to content

Fix null handling in IterableDataReader + Add more tests#234

Merged
vjik merged 5 commits intomasterfrom
date-value
Aug 24, 2025
Merged

Fix null handling in IterableDataReader + Add more tests#234
vjik merged 5 commits intomasterfrom
date-value

Conversation

@vjik
Copy link
Member

@vjik vjik commented Aug 23, 2025

Q A
Is bugfix?
New feature?
Breaks BC?

Related PR: yiisoft/data-db#101

@vjik vjik added the status:under development Someone is working on a pull request. label Aug 23, 2025
@vjik vjik changed the title Add more tests Fix null handling in IterableDataReader + Add more tests Aug 23, 2025
@vjik vjik added status:code review The pull request needs review. and removed status:under development Someone is working on a pull request. labels Aug 23, 2025
@vjik vjik requested a review from a team August 23, 2025 21:02
@vjik vjik merged commit 5f6a2e7 into master Aug 24, 2025
20 of 21 checks passed
@vjik vjik deleted the date-value branch August 24, 2025 12:40
rossaddison added a commit to rossaddison/data-cycle that referenced this pull request Aug 25, 2025
Applied  yiisoft/data/pull/234
Moved tests folder into psalm.xml - Level 1 tested
EntityReader's readOne function's limit(1) has been removed to get the msi to 100.

A suitable test needs to be developed to check for the IncrementInteger mutant on the readOne function with the mutant that changes limit(1) to limit(2) still causing a failure with current tests not picking it up mainly due to the \Generator->current returning mixed type where null, array, and object have to be checked in readOne with false also being returned.
rossaddison added a commit to rossaddison/data-cycle that referenced this pull request Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:code review The pull request needs review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants