Closed segiddins closed 4 months ago
See https://www.sqlite.org/lang_aggfunc.html#group_concat for details
Distinct with a non-default separator is not supported due to a sqlite parser limitation
Thanks for the patch! I'll try to ignore the unnecessary whitespace changes. :) I'll get this tested and merged shortly.
See https://www.sqlite.org/lang_aggfunc.html#group_concat for details
Distinct with a non-default separator is not supported due to a sqlite parser limitation