fewer parens #191
Annotations
3 errors and 3 warnings
|
Run mix compile --warnings-as-errors:
lib/ecto/adapters/clickhouse/connection.ex#L597
** (CompileError) lib/ecto/adapters/clickhouse/connection.ex:597: undefined function result/0 (expected Ecto.Adapters.ClickHouse.Connection to define such a function or for it to be imported, but none are available)
|
Run mix compile --warnings-as-errors
Process completed with exit code 1.
|
Run mix compile --warnings-as-errors:
lib/ecto/adapters/clickhouse/connection.ex#L597
variable "result" does not exist and is being expanded to "result()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix compile --warnings-as-errors:
lib/ecto/adapters/clickhouse/connection.ex#L607
variable "result" does not exist and is being expanded to "result()", please use parentheses to remove the ambiguity or change the variable name
|
Run mix compile --warnings-as-errors:
lib/ecto/adapters/clickhouse/connection.ex#L607
undefined function result/0 (expected Ecto.Adapters.ClickHouse.Connection to define such a function or for it to be imported, but none are available)
|
Loading