-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Strip down unused/unsupported options from the CLI #14478
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
Merged
Merged
+3,563
−13,654
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I don't think this needs to be documented - all of these just throw cryptic errors in the current version: D .auth on
sqlite3_set_authorizer: unsupported.
D .selftest
sqlite3_table_column_metadata: unsupported.
Missing SELFTEST table - default checks only
1: error-code-1: Catalog Error: Pragma Function with name integrity_check does not exist!
Did you mean "force_checkpoint"?
1 errors out of 1 tests
D .stats
sqlite3_status64: unsupported.
Memory Used: -1 (max -1) bytes
sqlite3_status64: unsupported.
Number of Outstanding Allocations: -1 (max -1)
sqlite3_status64: unsupported.
Number of Pcache Overflow Bytes: -1 (max -1) bytes
sqlite3_status64: unsupported.
Largest Allocation: -1 bytes
sqlite3_status64: unsupported.
Largest Pcache Allocation: -1 bytes
sqlite3_db_status: unsupported.
Lookaside Slots Used: -1 (max -1)
sqlite3_db_status: unsupported.
Successful lookaside attempts: -1
sqlite3_db_status: unsupported.
Lookaside failures due to size: -1
sqlite3_db_status: unsupported.
Lookaside failures due to OOM: -1
sqlite3_db_status: unsupported.
Pager Heap Usage: -1 bytes
sqlite3_db_status: unsupported.
Page cache hits: -1
sqlite3_db_status: unsupported.
Page cache misses: -1
sqlite3_db_status: unsupported.
Page cache writes: -1
sqlite3_db_status: unsupported.
Page cache spills: -1
sqlite3_db_status: unsupported.
Schema Heap Usage: -1 bytes
sqlite3_db_status: unsupported.
Statement Heap/Lookaside Usage: -1 bytes
D .scanstats
Usage: .scanstats on|off
D .scanstats on
Warning: .scanstats not available in this build.
D .trace
sqlite3_trace_v2: unsupported.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow-up from #14473
Clear out many unused/unsupported options from the CLI.