honeysql

2023-09-28T06:13:21.939349Z

2023-09-28T06:25:34.839259Z

seancorfield 2023-09-28T06:25:50.597779Z

point_up::skin-tone-2 For anyone using symbol-based DSL fragments and honey.sql.helpers, this is an important bug fix (the rest of y'all can ignore it).

🙏 1
seancorfield 2023-09-28T06:26:10.472149Z

(I bumped into it today at work)

2023-09-28T07:05:23.229389Z

p-himik 2023-09-28T07:26:02.360129Z

@seancorfield Weird that I see the "Edit" and "Close" buttons even though of course I can't do those things, at least via GitHub's UI. Tried pressing "Edit" - it gave me an editor within Slack. Haven't tried actually editing though.

seancorfield 2023-09-28T15:30:16.148299Z

Yeah, I wondered about that. You could try making a little edit and see what happens...

p-himik 2023-09-28T15:30:56.218889Z

Ah, alright: "Failed to update the issue."

seancorfield 2023-09-28T15:38:16.944479Z

Good to know. Thanks for checking.

2023-09-28T16:07:59.020299Z

2023-09-28T15:02:36.424899Z

Thanks for the fix! Ran into this issue the other day. I originally avoided the helper DSL (because data all the things). Only recently started using the helper DSL. Have to say it’s really growing on me. I find you always end up writing custom merge logic/behaviour with the raw data DSL particularly when you start having logic that affect multiple parts of the query (eg: adds to select and where clause and a group-by). The helper DSL solves this really nicely, now I’m wondering why I wasn’t using it from the beginning. Better late than never, I guess. Thanks again for this awesome library.

seancorfield 2023-09-28T15:40:05.415929Z

We have a lot of conditional query building at work where we'll add select, join, and where in each cond-> clause. Very useful!

💯 1
2023-09-28T16:06:35.091049Z