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 the =~ and !~ operators to ComplexExpression #1050

Merged
merged 1 commit into from Jul 26, 2015

Conversation

janko
Copy link
Contributor

@janko janko commented Jul 26, 2015

As discussed on the mailing list, this pull request adds the =~ and !~ methods to ComplexExpressions, so now the following query works.

DB[:movies].where{date.extract(:year) =~ 2015}

@jeremyevans jeremyevans merged commit c0b8dcb into jeremyevans:master Jul 26, 2015
@jeremyevans
Copy link
Owner

Thanks for the patch!

@janko janko deleted the pattern-matching-complex branch May 25, 2016 14:05
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

2 participants