feat(database): add min, max, avg and sum to query builders#2083
Merged
brendt merged 10 commits intotempestphp:3.xfrom Mar 31, 2026
Merged
feat(database): add min, max, avg and sum to query builders#2083brendt merged 10 commits intotempestphp:3.xfrom
min, max, avg and sum to query builders#2083brendt merged 10 commits intotempestphp:3.xfrom
Conversation
Benchmark ResultsComparison of Open to see the benchmark resultsNo benchmark changes above ±5%. Generated by phpbench against commit 29cd9fa |
cfd3ac0 to
a6f2bbf
Compare
min, max, avg and sum to query builders
d71083b to
2321d75
Compare
dca8bac to
e0ce0c4
Compare
…ar for type coercion
e0ce0c4 to
29cd9fa
Compare
Member
|
🔥 |
regnerisch
pushed a commit
to regnerisch/tempest-framework
that referenced
this pull request
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds missing aggregates
not sure why mago changes
into
swapped int/float detection logic to str_contains because mago doesnt allow string + 0 which if by far the fastest
carthage-software/mago#1525
str_contains is about 10% slower but mago is not crying