Ecto. Adapters. ClickHouse. QueryBuilder
(clickhouse_adapter_ecto v0.1.0)
Copy Markdown
Statement generators for Ecto.Adapters.SQL.Connection: all/2,
update_all/2, delete_all/1, insert/8, update/5, delete/5, and
explain_query/4. These change for entirely different reasons than the
expression/clause rendering in Ecto.Adapters.ClickHouse.Expression --
e.g. adding an expr/3 clause for a new Ecto fragment has nothing to do
with insert/8's on-conflict handling -- so they're kept apart.