You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the report! This is both a documentation bug, and a missing feature.
The sample code is misleading, because GRDB does not ship with the MAX(X,Y,...) multi-argument function. When one writes max, it refers to the MAX(X) aggregate function.
If you need the multi-argument function right now, you can define it yourself, until the library ships a new version that includes it:
in the readme I can't seem to make this work:
it appears I can only specify one argument to
max
or a second with the keywordfilter
. Am I missing something?thanks!
The text was updated successfully, but these errors were encountered: