You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(sqlx): add ILIKE operator tests for case-insensitive matching
Add ilike_operator_case_insensitive_matches test covering ~~* and ILIKE
operators. This addresses the coverage gap identified in the review where
case-insensitive LIKE variants (lines 42-75 in original SQL) were not migrated.
Adds 6 assertions testing both ~~* and ILIKE operators across 3 records.
Addresses FINAL_CODE_REVIEW.md recommendation #2 (P2).
0 commit comments