Skip to content

Conversation

Mytherin
Copy link
Collaborator

Follow-up from #14473

Clear out many unused/unsupported options from the CLI.

@Mytherin
Copy link
Collaborator Author

Mytherin commented Oct 21, 2024

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.

@Mytherin Mytherin merged commit 86099f1 into duckdb:feature Oct 22, 2024
42 checks passed
@Mytherin Mytherin deleted the shellstrip branch December 8, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Documentation Use for issues or PRs that require changes in the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants