Skip to content

Commit

Permalink
remove unused is_nil binary op
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Nov 1, 2024
1 parent 3fd2d0a commit 86a9789
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ecto/adapters/clickhouse/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ defmodule Ecto.Adapters.ClickHouse.Connection do
or: " OR ",
ilike: " ILIKE ",
like: " LIKE ",
# TODO these two are not in binary_ops in sqlite3 adapter
in: " IN ",
is_nil: " WHERE "
in: " IN "
]

@binary_ops Keyword.keys(binary_ops)
Expand Down

0 comments on commit 86a9789

Please sign in to comment.