809 B
809 B
Summary
**No review yet**Minimized query
.log stdout
BEGIN DEFERRED TRANSACTION;
SELECT (x'7933d886f723d94ae4daafa168938983' - substr(2147483648, 1))x0ACB29BM205381;
SELECT sqlite_compileoption_used('æçå¤©ä½ æ¯æä¹äº');
SELECT 1 >> -999999999999999999999999999;
SELECT sqlite_compileoption_get($1);
SELECT sqlite_version();
COMMIT;
PRAGMA temp_store = 'MEMORY';
Actual output
-2147483648
0
0
ATOMIC_INTRINSICS=1
3.39.0
Expectation
-2147483648
0
0
(21) API called with NULL prepared statement
(21) misuse at line 94038 of [281fc0e9af]
ATOMIC_INTRINSICS=1
3.51.1
Flag