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

Multiple Concurrent ReadOnly Access on Same SQLite DB Gives Access Violation Crash #1

Open
ffreality opened this issue Mar 11, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ffreality
Copy link
Collaborator

If another application currently use a database, UE4 can not process statement.
For example it can not get column names, column values or etc.
Even if I use ESQLiteDatabaseOpenMode::ReadOnly as open mode.

If database only created for storing some UE4 values, it is safe to use. But I can not suggest to use it as communication method.

@ffreality ffreality added bug Something isn't working help wanted Extra attention is needed labels Mar 11, 2022
@ffreality
Copy link
Collaborator Author

we have an "if (SQLiteDB->IsValid() == true)" statement to prevent crash but it still can't get informations if another application currently use same db.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant