mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Simplified formatDateTime test case: removed format directives that produce '\n' and '\t' chars.
This commit is contained in:
parent
a6ba05e5d9
commit
947cfa6056
@ -77,7 +77,7 @@ CAST(N as DateTime64(6))
|
|||||||
CAST(N as DateTime64(9))
|
CAST(N as DateTime64(9))
|
||||||
CAST(N as DateTime64(12))
|
CAST(N as DateTime64(12))
|
||||||
CAST(N as DateTime64(18))
|
CAST(N as DateTime64(18))
|
||||||
formatDateTime(N, '%C %d %D %e %F %H %I %j %m %M %n %p %R %S %t %T %u %V %w %y %Y %%')
|
formatDateTime(N, '%C %d %D %e %F %H %I %j %m %M %p %R %S %T %u %V %w %y %Y %%')
|
||||||
""".splitlines()
|
""".splitlines()
|
||||||
|
|
||||||
# Expanded later to cartesian product of all arguments.
|
# Expanded later to cartesian product of all arguments.
|
||||||
|
Loading…
Reference in New Issue
Block a user