Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSet an attribute indicating whether each expression in the SELECT list aggregates #9
Comments
|
Fixed in 509be9b |
Related to #8, queryparser also performs nontrivial work to determine whether or not each expression in the
SELECTlist aggregates. To prevent packages or applications that use queryparser from needing to duplicate this work, set an attribute on theselectsublist that's returned byparse_query()indicating whether each expression in theSELECTlist aggregates.