Skip to content

Commit b7d6950

Browse files
committed
chore: remove ash added content when running query
1 parent 57dbdb4 commit b7d6950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/data_layer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ defmodule AshPostgres.DataLayer do
15321532
{_, results} =
15331533
with_savepoint(repo, query, fn ->
15341534
repo.update_all(
1535-
query,
1535+
Map.delete(query, :__ash_bindings__),
15361536
[],
15371537
repo_opts
15381538
)

0 commit comments

Comments
 (0)