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 upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Related to #8 and #9, queryparser also determines whether or not each expression in the
ORDER BYlist aggregates. To prevent packages or applications that use queryparser from needing to duplicate this work, set an attribute on theorder_bysublist that's returned byparse_query()indicating whether each expression in theORDER BYlist aggregates.