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-18 13:42:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
60df1e8800
ClickHouse
/
tests
/
queries
/
0_stateless
/
01692_DateTime64_from_DateTime.reference
6 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-01 03:00:01.00
Fix and improve test
2021-07-18 15:04:32 +00:00
1970-01-01 03: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