-
Notifications
You must be signed in to change notification settings - Fork 3.3k
SQLite: Translate Regex.IsMatch() #18845
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
area-query
area-sqlite
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
Milestone
Comments
scomert
added a commit
to scomert/efcore
that referenced
this issue
Sep 11, 2020
scomert
added a commit
to scomert/efcore
that referenced
this issue
Sep 13, 2020
scomert
added a commit
to scomert/efcore
that referenced
this issue
Sep 13, 2020
scomert
added a commit
to scomert/efcore
that referenced
this issue
Sep 13, 2020
28 tasks
bricelam
pushed a commit
to scomert/efcore
that referenced
this issue
Oct 30, 2020
bricelam
pushed a commit
to scomert/efcore
that referenced
this issue
Oct 30, 2020
bricelam
pushed a commit
to scomert/efcore
that referenced
this issue
Oct 30, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
area-query
area-sqlite
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
We have to register a user-defined function, so maybe it should be behind an off-by-default option: (but since this is a well-known function and it's hard to imagine another implementation, maybe it's OK just to always do it in EF)
It would register this function:
This translation would be enabled:
The text was updated successfully, but these errors were encountered: