jeremyevans / sequel

Sequel: The Database Toolkit for Ruby
http://sequel.jeremyevans.net
Other
5k stars 1.07k forks source link

Add string_agg support on sqlite >= 3.44 #2191

Closed segiddins closed 4 months ago

segiddins commented 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

jeremyevans commented 4 months ago

Thanks for the patch! I'll try to ignore the unnecessary whitespace changes. :) I'll get this tested and merged shortly.