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

fix: Enable REGEXP function to fix 'unknown function: REGEXP()' #180

Merged
merged 7 commits into from
Oct 19, 2024
Merged

Conversation

MrDave1999
Copy link
Owner

@MrDave1999 MrDave1999 commented Oct 19, 2024

This fixes the following error:

Microsoft.Data.Sqlite.SqliteException : SQLite Error 1: 'unknown function: REGEXP()'.

Refer to the documentation for user-defined functions:
https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/user-defined-functions#operators

@MrDave1999 MrDave1999 added the bug-fix A pull request that fixes a bug label Oct 19, 2024
@MrDave1999 MrDave1999 changed the title fix: SQLite Error 1: 'unknown function: REGEXP()'. fix: Enable REGEXP function to fix 'unknown function: REGEXP()' Oct 19, 2024
This change removes the check constraint LENGTH(password) = 60, which causes integration tests to fail.
This allows for more flexibility in password length for testing purposes.
This fixes the following error:
Microsoft.Data.Sqlite.SqliteException : SQLite Error 1: 'unknown function: REGEXP()'.

Refer to the documentation for user-defined functions:
https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/user-defined-functions#operators
@MrDave1999 MrDave1999 marked this pull request as ready for review October 19, 2024 21:19
@MrDave1999 MrDave1999 merged commit b0f4b7d into dev Oct 19, 2024
2 checks passed
@MrDave1999 MrDave1999 deleted the fix branch October 19, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix A pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant