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 043dc02 commit 1ebb95bCopy full SHA for 1ebb95b
lib/sql_implementation.ex
@@ -335,11 +335,8 @@ defmodule AshPostgres.SqlImplementation do
335
{types, new_returns || returns}
336
end
337
338
- # Conditionally apply @impl to keep compatibility across ash_sql versions
339
- if {:immutable_errors?, 1} in AshSql.Implementation.behaviour_info(:callbacks) do
340
- @impl true
341
- def immutable_errors?(repo) do
342
- repo.immutable_expr_error?()
343
- end
+ @impl true
+ def immutable_errors?(repo) do
+ repo.immutable_expr_error?()
344
345
0 commit comments