improvement: add explicit timeout capability declaration

This commit is contained in:
Zach Daniel 2022-05-14 02:58:04 -04:00
parent 41fdc36ecb
commit ff05084b8f

View file

@ -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