Skip to content

feat: add support to SQLFragment for = ANY(?)#498

Merged
wschurman merged 1 commit intomainfrom
wschurman/03-03-feat_add_support_to_sqlfragment_for_any_
Mar 3, 2026
Merged

feat: add support to SQLFragment for = ANY(?)#498
wschurman merged 1 commit intomainfrom
wschurman/03-03-feat_add_support_to_sqlfragment_for_any_

Conversation

@wschurman
Copy link
Member

@wschurman wschurman commented Mar 3, 2026

Why

When converting some raw where clause loads in the Expo server application, noticed that a lot of them were using = ANY(?). This adds support for the feature to SQLFragment.

How

Add helper method, type, and new anyArray helper as well.

Test Plan

Run new tests.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@wschurman wschurman force-pushed the wschurman/03-03-feat_add_support_to_sqlfragment_for_any_ branch from d129ea1 to 9cf4b0c Compare March 3, 2026 20:15
@wschurman wschurman marked this pull request as ready for review March 3, 2026 20:18
@wschurman wschurman requested review from ide and quinlanj March 3, 2026 20:18
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (72b3c80) to head (9cf4b0c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main      #498    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          110       110            
  Lines        16394     16445    +51     
  Branches       900      1480   +580     
==========================================
+ Hits         16394     16445    +51     
Flag Coverage Δ
integration 24.85% <74.50%> (+0.15%) ⬆️
unittest 94.86% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@wschurman wschurman merged commit b931daa into main Mar 3, 2026
7 checks passed
@wschurman wschurman deleted the wschurman/03-03-feat_add_support_to_sqlfragment_for_any_ branch March 3, 2026 22:15
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.

2 participants