beanquery
beanquery copied to clipboard
Deprecate and remove one argument version of `PARSE_DATE()`
trafficstars
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.