40 lines
910 B
Markdown
40 lines
910 B
Markdown
## Summary
|
|
<!--Explain briefly what goes wrong and explain why you believe this is a bug and not the intended behavior of SQLite (if it is not a crash).-->**No review yet**
|
|
|
|
## Minimized query
|
|
|
|
```sql
|
|
.check
|
|
PRAGMA synchronous = 'FULL';
|
|
.log stdout
|
|
BEGIN DEFERRED TRANSACTION;
|
|
SELECT (x'7933d886f723d94ae4daafa168938983' - substr(NULL, CAST((length('') - '|') AS DATE)))x0ACB29BM205381;
|
|
SELECT sqlite_compileoption_used('æçå¤©ä½ æ¯æä¹äº');
|
|
SELECT timediff(NULL, -6750343002861710485)timediff(NULL, NULL) >> -999999999999999999999999999;
|
|
SELECT sqlite_compileoption_get($1);
|
|
SELECT sqlite_version();
|
|
COMMIT;
|
|
PRAGMA temp_store = 'MEMORY';
|
|
PRAGMA empty_result_callbacks = ON;
|
|
VACUUM;
|
|
```
|
|
|
|
## Actual output
|
|
|
|
```sql
|
|
Usage: .check GLOB-PATTERN
|
|
```
|
|
|
|
## Expectation
|
|
|
|
```sql
|
|
Page cache size increased to 1296 to accommodate the 272-byte headers
|
|
```
|
|
|
|
## Flag
|
|
|
|
```
|
|
-pagecache 1024 5
|
|
```
|
|
|