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
Adds aggregate .as() to define alias to previous function (#123)
Usually, when using .avg('age'), ORM will define an alias called
avg_age to the returned value. If you want to change this do
.avg('age').as('my_age').
0 commit comments