ClickHouse/docs/en/sql-reference
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
..
aggregate-functions Merge pull request #54947 from amosbird/minmax-combinator 2023-10-30 03:35:28 +01:00
data-types Merge pull request #55123 from garcher22/untuple 2023-10-08 20:14:29 +02:00
dictionaries Clarify query behavior dictionary updates 2023-10-27 00:20:32 -07:00
functions Remove overflow setting 2023-11-02 21:43:17 +00:00
operators Typos: Follow-up to #50476 2023-06-02 13:28:09 +00:00
statements Merge pull request #56124 from den-crane/patch-64 2023-10-31 11:02:10 +01:00
table-functions changed docs 2023-09-28 15:20:09 +00:00
window-functions CI: Fix aspell on nested docs 2023-06-02 12:24:41 +00:00
_category_.yml New nav - reverting the revert 2023-03-17 21:45:43 -05:00
ansi.md replace symlinks 2022-08-28 17:34:50 -04:00
distributed-ddl.md standardize admonitions 2023-03-27 14:54:05 -04:00
formats.mdx add link to formats 2022-09-16 17:21:03 -04:00
index.md New nav - reverting the revert 2023-03-17 21:45:43 -05:00
sql-reference-links.json New nav - reverting the revert 2023-03-17 21:45:43 -05:00
syntax.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
transactions.md Make better 2023-07-25 13:36:57 +02:00