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.
single?
1 parent 0b21d4a commit 57b314eCopy full SHA for 57b314e
lib/data_layer.ex
@@ -2041,6 +2041,8 @@ defmodule AshPostgres.DataLayer do
2041
Map.put(acc, Map.take(r, keys), r)
2042
end)
2043
2044
+ # if it's single the return_skipped_upsert? is handled at the
2045
+ # call site https://github.com/ash-project/ash_postgres/blob/0b21d4a99cc3f6d8676947e291ac9b9d57ad6e2e/lib/data_layer.ex#L3046-L3046
2046
if options[:return_skipped_upsert?] && !opts[:single] do
2047
[changeset | _] = changesets
2048
0 commit comments