Skip to content

Adding where_regexp and where_not_regexp WHERE clause functions#14

Open
thepacketgeek wants to merge 1 commit intoperdumonocle:masterfrom
thepacketgeek:where-regexp
Open

Adding where_regexp and where_not_regexp WHERE clause functions#14
thepacketgeek wants to merge 1 commit intoperdumonocle:masterfrom
thepacketgeek:where-regexp

Conversation

@thepacketgeek
Copy link

Adding the following SqlBuilder methods to support REGEXP searches:

  • and_where_regexp(field, regexp)
  • and_where_not_regexp(field, regexp)
  • or_where_regexp(field, regexp)
  • or_where_not_regexp(field, regexp)

Along with added doctests & unittests

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.

1 participant