v 2.0.19
2.0.17 and 2.0.18 haven't been officially released, so this release contains both of their deliveries:
From 2.0.17:
Multiple usability additions and fixes
- Fixed multiline quoting issue with
-W minimal - Added
-p/-Pconvenience flags for pipe-delimited files - Added
-Lflag to list all user functions - Added warning when
-p/-tis used along with-d, or-P/-Talong with-D - Generalized sha() user function to provide other algorithms (old sha1() remains for backward compat)
- Added md5() user function
- md5 and sha both require encoding to be provided. Will be automated in the future
- Added sqrt() and power() user functions
- Added stdev_sample() and stdev_pop() user functions
From 2.0.18:
- q benchmark logic and results