should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# name: test/fuzzer/pedro/strftime_constant_null.test
# description: Strftime assertion trigger
# group: [pedro]
statement ok
CREATE TABLE t0 (c1 TIMESTAMP);
statement ok
INSERT INTO t0 VALUES (TIMESTAMP '91288-5-25 0:5:30'),(TIMESTAMP '253915-8-21 3:7:0');
statement ok
PRAGMA DISABLE_OPTIMIZER;
statement ok
SELECT strftime(TIMESTAMP '2608-11-25 3:4:35',coalesce('a', 'b')) FROM t0;