Files
ast-project/part1/results/2/bug_74459434-defe-427b-8836-f40d5fa8024e_logic.md
T
2026-06-24 13:47:14 +02:00

1.2 KiB

Summary

**No review yet**

Minimized query

.log stdout
BEGIN DEFERRED TRANSACTION;
SELECT (x'7933d886f723d94ae4daafa168938983' - substr(NULL, CAST((length('') - 0) AS DATE)))x0ACB29BM205381;
SELECT sqlite_compileoption_used('我的天你是怎么了');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
COMMIT;
PRAGMA temp_store = 'MEMORY';
PRAGMA empty_result_callbacks = ON;
VACUUM;

Actual output

x0ACB29BM205381 = 
sqlite_compileoption_used('我的天你是怎么了') = 0
1 >> -999999999999999999999999999 = 0
sqlite_compileoption_get($1) = ATOMIC_INTRINSICS=1
sqlite_version() = 3.39.0

Expectation

x0ACB29BM205381 = 
sqlite_compileoption_used('我的天你是怎么了') = 0
1 >> -999999999999999999999999999 = 0
(21) API called with NULL prepared statement
(21) misuse at line 94038 of [281fc0e9af]
sqlite_compileoption_get($1) = ATOMIC_INTRINSICS=1
sqlite_version() = 3.51.1

Flag

-line