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-06 07:32:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e8524d6e69
ClickHouse
/
tests
/
queries
/
0_stateless
/
01259_datetime64_ubsan.sql
3 lines
75 B
MySQL
Raw
Normal View
History
Unescape
Escape
Update tests
2020-06-22 22:08:08 +00:00
select
now64
(
10
)
;
-- { serverError 69 }
Fixed UBSan; added a test
2020-04-26 14:57:45 +00:00
select
length
(
toString
(
now64
(
9
)
)
)
;
Reference in New Issue
Copy Permalink