-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Add integrity and global hash check to validation #851
Add integrity and global hash check to validation #851
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! see inline, but its nearly done
martin-mbtiles/src/mbtiles.rs
Outdated
.fetch_one(&mut *conn) | ||
.await? | ||
.get::<String, _>(0), | ||
IntegrityCheck::Quick => query("PRAGMA integrity_check;") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IntegrityCheck::Quick => query("PRAGMA integrity_check;") | |
IntegrityCheck::Quick => query("PRAGMA quick_check;") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost there, a few tiny fixes
2ff6d18
to
1abd111
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, feel free to merge when ready. Thanks!
No description provided.