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

Revert "Fix SQLite db path" #615

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Revert "Fix SQLite db path" #615

merged 1 commit into from
Nov 21, 2023

Conversation

abrignoni
Copy link
Owner

Reverts #614

The change of the paths to add wal file processing needs to be paired with code that selects the database at query time and not the wal or shm file.

The code below will crash an artifact if files_found[0] is not the path for the database.
Screenshot 2023-11-21 at 7 10 56 AM

Newer artifacts than these have examples on how to select the database for querying. For an example see here:
Screenshot 2023-11-21 at 7 15 51 AM

@abrignoni abrignoni merged commit a87fd6d into main Nov 21, 2023
@abrignoni abrignoni mentioned this pull request Nov 21, 2023
@Johann-PLW Johann-PLW mentioned this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant