improvement: support module attributes in exprs

This commit is contained in:
Zach Daniel 2022-12-29 23:47:50 -05:00
parent 7841075f35
commit b095e410a4

View file

@ -3,7 +3,7 @@ defmodule Ash.Expr do
alias Ash.Query.{BooleanExpression, Not}
@type t :: any
@pass_through_funcs [:where, :or_where, :expr]
@pass_through_funcs [:where, :or_where, :expr, :@]
defmacro where(left, right) do
quote do