furious-luke / polecat

A lean, powerful, and enjoyable web framework.
MIT License
3 stars 0 forks source link

Join operation for query builder #70

Closed furious-luke closed 5 years ago

furious-luke commented 5 years ago

I have a use-case for joining a selection of strings together for insertion into another model. The case is for updating a string used for searching from a collection of values from a recursive query.

Postgres has a function called string_agg that looks like it can do this really easily.