Skip to content

Conversation

@vjik
Copy link
Member

@vjik vjik commented Oct 28, 2025

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

Wait yiisoft/db#1085

@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.74%. Comparing base (efe09bd) to head (b0a7137).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #491      +/-   ##
============================================
+ Coverage     95.60%   95.74%   +0.13%     
  Complexity      656      656              
============================================
  Files            41       42       +1     
  Lines          1617     1621       +4     
============================================
+ Hits           1546     1552       +6     
+ Misses           71       69       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vjik vjik requested a review from a team October 29, 2025 08:09
@vjik vjik added the status:code review The pull request needs review. label Oct 29, 2025

/**
* @psalm-param array<string, mixed> $row
* @psalm-return ActiveRecordInterface|array<string, mixed>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe declare psalm type for ActiveRecordInterface|array<string, mixed>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines 1192 to 1194
if (in_array(self::db()->getDriverName(), ['oci', 'sqlsrv'], true)) {
$this->markTestSkipped('Oracle and MSSQL drivers do not support JSON columns.');
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Oracle and MSSQL should also work

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.
Skip only testLazyRelationViaJson because MSSQL and ORACLE don't support "JSON OVERLAPS"

@vjik vjik requested a review from Tigrov October 29, 2025 14:25
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.

4 participants