beanquery icon indicating copy to clipboard operation
beanquery copied to clipboard

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

Open dnicolodi opened this issue 2 years ago • 0 comments
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.

dnicolodi avatar Sep 18 '23 09:09 dnicolodi