Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Feb 21, 2024
1 parent 1fa2e0c commit af14343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1 +1,2 @@
2024-02-20 16:53:57.105
2024-02-21 12:00:00.000
3 changes: 2 additions & 1 deletion tests/queries/0_stateless/02995_ulid_short_circuit.sql
@@ -1,3 +1,4 @@
-- Tags: no-fasttest

SELECT if(false, ULIDStringToDateTime('a'), toDateTime('2024-02-21 12:00:00'))
SELECT if(length(x) = 26, ULIDStringToDateTime(x, 'Europe/Madrid'), toDateTime('2024-02-21 12:00:00')) AS datetime
FROM values('x String', '01HQ3KJJKHRWP357YVYBX32WHY', '01HQ3KJJKH')

0 comments on commit af14343

Please sign in to comment.