beancount / beanquery

A customizable lightweight SQL query tool that works on tabular data, including Beancount.
GNU General Public License v2.0
20 stars 12 forks source link

compiler: Improve validation of ORDER BY clause with column number #190

Closed dnicolodi closed 5 months ago

dnicolodi commented 5 months ago

Only targets in the SELECT target list can be referenced by column number in the ORDER BY clause, not auxiliary targets added to compute the GROUP BY clause.