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(sqlite): Remove 'REGEXP' operator from CHECK constraint #200

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

MrDave1999
Copy link
Owner

@MrDave1999 MrDave1999 commented Oct 31, 2024

The 'REGEXP' operator is causing this exception when creating a player or updating the player name:

'System.AccessViolationException' occurred in SQLitePCLRaw.provider.e_sqlite3.dll Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

The strange thing is that this exception only occurs when using the 32-bit e_sqlite3.dll.

The 'REGEXP' operator is causing this exception when creating a player or updating the player name:
'System.AccessViolationException' occurred in SQLitePCLRaw.provider.e_sqlite3.dll Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
@MrDave1999 MrDave1999 added the bug-fix A pull request that fixes a bug label Oct 31, 2024
@MrDave1999 MrDave1999 marked this pull request as ready for review October 31, 2024 14:57
@MrDave1999 MrDave1999 merged commit 7aa1309 into dev Oct 31, 2024
2 checks passed
@MrDave1999 MrDave1999 deleted the patch-10 branch October 31, 2024 14:59
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