Fork me on GitHub
#sql
<
2017-06-27
>
bja19:06:08

so I'm probably doing something super weird, but the added union clauses to honeysql 0.8.2 breaks for {:with ..., :union [{:select ...} {:select ..}]} anyone using a CTE to feed static data in bulk into a union query?

bja20:06:50

replying to myself here. I found the issue was when priorities were changed/added for UNION to be below that of WITH. I fixed that in this PR: https://github.com/jkk/honeysql/pull/166