in the readme I can't seem to make this work: ``` Column("date").set(to: max(Column("date"), excluded["date"]) ``` it appears I can only specify one argument to `max` or a second with the keyword `filter`. Am I missing something? thanks!