ClickHouse/docs/en
Robert Schulze 0b587d3cea
Remove overflow setting
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.
2023-11-02 21:43:17 +00:00
..
development Add clangd recommendation for VS Code (#56071) 2023-10-31 16:35:47 +01:00
engines Fix incorrect free space accounting for least_used JBOD policy 2023-10-29 17:36:31 +01:00
getting-started Update amazon-reviews.md 2023-10-28 19:34:04 -06:00
interfaces DWARF input format (#55450) 2023-10-16 17:00:07 -07:00
operations Add note clarifying Prometheus support in ClickHouse Cloud (#56069) 2023-10-30 13:35:02 +01:00
sql-reference Remove overflow setting 2023-11-02 21:43:17 +00:00