Skip to content

Conversation

groue
Copy link
Owner

@groue groue commented Mar 15, 2025

This pull request fixes #1743 by adding support for the MIN(X,Y,...) and MAX(X,Y,...) multi-argument SQL functions (distinct from the aggregate functions of the same name):

// SELECT MAX(score, 1000) FROM player
Player.select(max(Column("score"), 1000))

@groue groue merged commit d800a79 into development Mar 15, 2025
14 of 16 checks passed
@groue groue deleted the dev/multi-argument-max branch March 15, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant