Skip to content

Commit

Permalink
Merge pull request #105 from krns/feature/support-ecto-3-12-0
Browse files Browse the repository at this point in the history
Remove QueryExpr pattern match to support Ecto 3.12.0
  • Loading branch information
cpjolicoeur authored Sep 9, 2024
2 parents 7362ad7 + eaad1dd commit dd81883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scrivener/paginater/ecto/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defimpl Scrivener.Paginater, for: Ecto.Query do
defp aggregate(
%{
group_bys: [
%Ecto.Query.QueryExpr{
%{
expr: [
{{:., [], [{:&, [], [source_index]}, field]}, [], []} | _
]
Expand Down

0 comments on commit dd81883

Please sign in to comment.