Skip to content

Commit 76342dc

Browse files
ix warning (#481)
1 parent a46595e commit 76342dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration_test/sql/subquery.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ defmodule Ecto.Integration.SubQueryTest do
107107
query = from p in Post, where: p.visits >= ^11 and p.visits <= ^13
108108
query = from c in Comment,
109109
join: p in subquery(query),
110+
on: true,
110111
where: p.title == ^"hello",
111112
select: fragment("? + ?", p.visits, ^1)
112113
assert [12, 12] = TestRepo.all(query)

0 commit comments

Comments
 (0)