-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 REGEXP_LIKE, fix bugs in REGEXP_EXTRACT. #9893
Merged
Merged
Commits on May 19, 2020
-
Add REGEXP_LIKE, fix empty-pattern bug in REGEXP_EXTRACT.
- Add REGEXP_LIKE function that returns a boolean, and is useful in WHERE clauses. - Fix REGEXP_EXTRACT return type (should be nullable; causes incorrect filter elision). - Fix REGEXP_EXTRACT behavior for empty patterns: should always match (previously, they threw errors). - Improve error behavior when REGEXP_EXTRACT and REGEXP_LIKE are passed non-literal patterns. - Improve documentation of REGEXP_EXTRACT.
Configuration menu - View commit details
-
Copy full SHA for 73d8fd1 - Browse repository at this point
Copy the full SHA 73d8fd1View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 215971a - Browse repository at this point
Copy the full SHA 215971aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3170b - Browse repository at this point
Copy the full SHA 0f3170bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00698bf - Browse repository at this point
Copy the full SHA 00698bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0c16f - Browse repository at this point
Copy the full SHA dd0c16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89dcaa8 - Browse repository at this point
Copy the full SHA 89dcaa8View commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8b95b9e - Browse repository at this point
Copy the full SHA 8b95b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c72cab0 - Browse repository at this point
Copy the full SHA c72cab0View commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0f67d2c - Browse repository at this point
Copy the full SHA 0f67d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 192ac33 - Browse repository at this point
Copy the full SHA 192ac33View commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cb89950 - Browse repository at this point
Copy the full SHA cb89950View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4197c - Browse repository at this point
Copy the full SHA ce4197cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b9e29 - Browse repository at this point
Copy the full SHA 71b9e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6641cab - Browse repository at this point
Copy the full SHA 6641cabView commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 292836a - Browse repository at this point
Copy the full SHA 292836aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb32227 - Browse repository at this point
Copy the full SHA bb32227View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.