Fork me on GitHub
#honeysql
<
2022-02-14
>
hanDerPeder20:02:58

so I have this guy st_makeline(point order by ts)::geography line, best I can come up with is [[[:cast [:st_makeline [:order-by :point :ts]] :geography]] :line] seems like a case where raw is clearer

seancorfield20:02:22

@peder.refsnes Yes, sometimes raw will be clearer. A general DSL is not always going to be shorter or easier to read than the language it represents.

hanDerPeder20:02:49

thanks sean. just wondered if I had missed something. love the lib by the way. composing query snippets is amazing!