Skip to content

Conversation

lovasoa
Copy link
Contributor

@lovasoa lovasoa commented May 6, 2025

In SQLite, MATCH and REGEXP are binary operators.
SQLite treats them like function calls, but this implementation preserves the original binary expressions.

real-world examples:

SELECT * FROM email WHERE email MATCH 'fts5';
select count(*) from messages where msg_text regexp '\d+';

documentation:

Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @lovasoa!
cc @alamb

@iffyio iffyio merged commit 2182f7e into apache:main May 8, 2025
9 checks passed
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