should be it
This commit is contained in:
9
external/duckdb/test/fuzzer/afl/non_foldable_parameter.test
vendored
Normal file
9
external/duckdb/test/fuzzer/afl/non_foldable_parameter.test
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# name: test/fuzzer/afl/non_foldable_parameter.test
|
||||
# description: Execute prepared statement with random function
|
||||
# group: [afl]
|
||||
|
||||
statement ok
|
||||
PREPARE p AS SELECT ?;
|
||||
|
||||
statement ok
|
||||
EXECUTE p (random());
|
||||
Reference in New Issue
Block a user