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

Deprecate and remove one argument version of `PARSE_DATE()` #152

Open dnicolodi opened 1 year ago

dnicolodi commented 1 year ago

The one argument form of the parse_date() BQL function that tries to guess the date format does not seem a great idea as the format used for the conversion depends on the input string, thus it could interpret different rows differently. It should be deprecated and eventually removed.