Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add match to allowed comparison operators #280

Merged
merged 1 commit into from
Jan 14, 2023

Conversation

jonluca
Copy link
Contributor

@jonluca jonluca commented Jan 13, 2023

Fixes #279

In sqlite, a query like SELECT * FROM posts WHERE posts MATCH 'text' ORDER BY rank; is a valid query

@koskimas koskimas merged commit 73bb4e9 into kysely-org:master Jan 14, 2023
@igalklebanov igalklebanov added api Related to library's API typescript Related to Typescript enhancement New feature or request sqlite Related to sqlite labels Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to library's API enhancement New feature or request sqlite Related to sqlite typescript Related to Typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sqlite MATCH text search
3 participants