Skip to content

Commit

Permalink
improvement: add explicit timeout capability declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 14, 2022
1 parent 41fdc36 commit ff05084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/data_layer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ defmodule AshPostgres.DataLayer do
def can?(_, :limit), do: true
def can?(_, :offset), do: true
def can?(_, :multitenancy), do: true
def can?(_, :timeout), do: true
def can?(_, {:filter_expr, _}), do: true
def can?(_, :nested_expressions), do: true
def can?(_, {:query_aggregate, :count}), do: true
Expand Down

0 comments on commit ff05084

Please sign in to comment.