Files
email-tracker/external/duckdb/test/fuzzer/duckfuzz/null_checkpoint.test
2025-10-24 19:21:19 -05:00

12 lines
210 B
SQL

# name: test/fuzzer/duckfuzz/null_checkpoint.test
# description: NULL checkpoint
# group: [duckfuzz]
statement ok
PRAGMA enable_verification
statement error
CALL checkpoint(NULL)
----
Database cannot be NULL