Files
ast-project/part1/results/1/bug_bb666a62-6c8a-493d-a0ed-43df05c97de3_logic.md
T
2026-06-24 13:47:14 +02:00

44 lines
708 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
BEGIN EXCLUSIVE;
SELECT max(NULL, like('%0%', 0, '%'))x0ACB29BM205381;
-- .connection
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
CREATE VIRTUAL TABLE t0 USING fts4("x", "y", "z");
DROP TABLE t0;
COMMIT TRANSACTION;
```
## Actual output
```sql
0
0
ATOMIC_INTRINSICS=1
3.39.0
```
## Expectation
```sql
0
0
ATOMIC_INTRINSICS=1
3.51.1
```
## Flag
```
```