honeysql

2024-08-24T05:43:13.735209Z

Does honeysql come with :union-distinct ?, Because i can see only :union, :union-all

seancorfield 2024-08-24T05:47:21.730179Z

Feel free to create a GH issue with links to the relevant documentation for the database/SQL dialect you are using. I'm having some doubts about my design decisions around select variants in that vein -- and of course several of them apply to union as well. I'm leaning toward supporting variant via metadata (which select already uses for some things).

🙌 1