12 lines
210 B
SQL
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
|