mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
0b587d3cea
Reason 1: - https://github.com/ClickHouse/ClickHouse/pull/55696#issuecomment-1774130793 Basically: Setting `date_time_overflow_behavior` applies only to conversions between Date <-> Date32 <-> DateTime <-> DateTime64 but it does not control the behavior of functions. Reason 2: - It's overkill (even if well-intented overkill). ClickHouse generally has a garbage in - garbate out philosophy, so that should be the default behavior which corresponds to behavior "ignore". Moreover, function 'fromDaysSinceYearZero()' mostly exists for compatibility / parity with MySQL and MySQL takes the same stance. |
||
---|---|---|
.. | ||
aggregate-functions | ||
data-types | ||
dictionaries | ||
functions | ||
operators | ||
statements | ||
table-functions | ||
window-functions | ||
_category_.yml | ||
ansi.md | ||
distributed-ddl.md | ||
formats.mdx | ||
index.md | ||
sql-reference-links.json | ||
syntax.md | ||
transactions.md |