We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428a01e commit ceaddccCopy full SHA for ceaddcc
lib/query.ex
@@ -13,6 +13,8 @@ defmodule AshSql.Query do
13
|> Map.put(:__ash_domain__, domain)
14
end
15
16
+ def combination_acc(query), do: query.__ash_bindings__.current
17
+
18
def combination_of(
19
[{:base, first} | combination_of],
20
_resource,
@@ -50,7 +52,7 @@ defmodule AshSql.Query do
50
52
500
51
53
else
54
if context[:data_layer][:previous_combination] do
- context[:data_layer][:previous_combination].__ash_bindings__.current
55
+ context[:data_layer][:previous_combination]
56
57
0
58
0 commit comments