berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Issue/106 - Query: pass $alias from parse_fields() into parse_groupby() call. #107

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This change ensures that, by default, parsing the groupby clause of a query will match the behavior of parsing fields.

See #106.