This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-19 06:01:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3e4753d83
ClickHouse
/
tests
/
queries
/
0_stateless
/
01692_DateTime64_from_DateTime.reference
6 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix some tests
2022-05-27 00:18:38 +00:00
1970-01-01 02:00:01.00
1970-01-01 02:00:01.00
Fix toDateTime64(toDate()/toDateTime()) for DateTime64 Maybe this is even does not worth it, but at least there was code that assume that this should work - ToDateTime64Transform in FunctionsConversion.h.
2021-02-05 19:06:22 +00:00
1970-01-02 00:00:00.00
Fix timezone argument for DateTime64 It should be marked with always const, otherwise it will bail: Code: 44, e.displayText() = DB::Exception: Illegal column String of time zone argument of function, must be constant string: While processing toDateTime(-1, 1, 'GMT'), Stack trace (when copying this message, always include the lines below):
2021-02-05 19:06:23 +00:00
1970-01-01 00:00:01.00
1970-01-02 00:00:00.00
Reference in New Issue
Copy Permalink