tbm / test

0 stars 0 forks source link

The precedence of "IN" operator is incorrect in the SQL shell. #64

Open tbm opened 9 years ago

tbm commented 9 years ago

Original report by Martin Blais (Bitbucket: blais, GitHub: blais).


bean-query $L 'select date, payee, narration, account, position where account ~ "Pending" and ("trip-montreal-july-2015" in tags) ' | tee /tmp/pending.txt

tbm commented 8 years ago

Original comment by Martin Blais (Bitbucket: blais, GitHub: blais).


Another failure example: bean-query $L 'select sum(position) where account ~ ":Vanguard:.*:Cash" and "after-tax-to-roth-1" in tags'