Fork me on GitHub
#honeysql
<
2021-04-11
>
seancorfield00:04:42

(if folks want to actually experiment with #315, it has been pushed to the v2 branch, post Beta 1)

seancorfield23:04:01

For folks who do a lot of PostgreSQL work -- and especially folks who are using nilenso/honeysql-postgres with HoneySQL 1.x -- I just added the new features from 0.4.112 (of the nilenso library) to HoneySQL 2.x as special syntax, as well as support for ORDER BY in expressions which I saw in the PG docs while researching FILTER and WITHIN GROUP. It'll be in the next 2.0.0 Beta but you can try it out via :git/url "" :sha "d734767877b718244d366a7680069eb99ab723b3" if you want.

seancorfield23:04:32

I'd also be interested to hear about any PG features that you use but are not yet implemented by either the nilenso library or by HoneySQL.