This commit is contained in:
2026-06-24 13:47:14 +02:00
commit fd930e15cb
2377 changed files with 1213931 additions and 0 deletions
@@ -0,0 +1,171 @@
## 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
PRAGMA read_uncommitted;
SELECT CAST(rtrim(' hello ') AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT atan2(1, 1) >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA read_uncommitted;
SELECT CAST(0 AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA read_uncommitted;
SELECT CAST(0 AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA read_uncommitted;
SELECT CAST(0 AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA read_uncommitted;
SELECT CAST(0 AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA read_uncommitted;
SELECT CAST(0 AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA read_uncommitted;
SELECT CAST(0 AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA read_uncommitted;
SELECT CAST(0 AS BLOB)x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
PRAGMA synchronous = 'EXTRA';
PRAGMA cache_spill = OFF;
```
## Actual output
```sql
0
hello
0
0
ATOMIC_INTRINSICS=1
3.39.0
0
0
0
0
ATOMIC_INTRINSICS=1
3.39.0
0
0
0
0
ATOMIC_INTRINSICS=1
3.39.0
0
0
0
0
ATOMIC_INTRINSICS=1
3.39.0
0
0
0
0
ATOMIC_INTRINSICS=1
3.39.0
0
0
0
0
ATOMIC_INTRINSICS=1
3.39.0
0
0
0
0
ATOMIC_INTRINSICS=1
3.39.0
0
0
0
0
ATOMIC_INTRINSICS=1
3.39.0
```
## Expectation
```sql
0
hello
0
0
ATOMIC_INTRINSICS=1
3.51.1
0
0
0
0
ATOMIC_INTRINSICS=1
3.51.1
0
0
0
0
ATOMIC_INTRINSICS=1
3.51.1
0
0
0
0
ATOMIC_INTRINSICS=1
3.51.1
0
0
0
0
ATOMIC_INTRINSICS=1
3.51.1
0
0
0
0
ATOMIC_INTRINSICS=1
3.51.1
0
0
0
0
ATOMIC_INTRINSICS=1
3.51.1
0
0
0
0
ATOMIC_INTRINSICS=1
3.51.1
```
## Flag
```
```