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

Support MATCH AGAINST #708

Merged
merged 1 commit into from Nov 30, 2022
Merged

Support MATCH AGAINST #708

merged 1 commit into from Nov 30, 2022

Conversation

AugustoFKL
Copy link
Contributor

Support was added for both MySQL and Generic dialects.

Reference: https://dev.mysql.com/doc/refman/8.0/en/fulltext-search.html#function_match

Support added for both MySQL and Generic dialects.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3456722335

  • 49 of 59 (83.05%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 86.263%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser.rs 24 28 85.71%
src/ast/mod.rs 15 21 71.43%
Totals Coverage Status
Change from base Build 3448124733: -0.01%
Covered Lines: 11856
Relevant Lines: 13744

💛 - Coveralls

Copy link
Collaborator

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks great to me -- thank you @AugustoFKL

@alamb alamb changed the title feat: add support for MATCH AGAINST Support MATCH AGAINST Nov 30, 2022
@alamb alamb merged commit 09d5362 into sqlparser-rs:main Nov 30, 2022
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.

None yet

3 participants