uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.65k stars 221 forks source link

feat: add Join to UpdateQuery #908

Closed svanharmelen closed 9 months ago

svanharmelen commented 1 year ago

Of course I can remove the second commit if that would block merging this PR!

Fixes #907

vmihailenco commented 1 year ago

@svanharmelen looks good :+1: Could you please update query_test.go with some example?

svanharmelen commented 1 year ago

@vmihailenco added a test (and made sure it succeeds)... Let me know if you need anything else ☺️

svanharmelen commented 11 months ago

@vmihailenco anything else you need from my side? Thanks!

svanharmelen commented 10 months ago

Anything I can do to get this one merged and released? Would be nice if we can switch back to this package and not have to rely on a replace directive in our go.mod file 😊

svanharmelen commented 9 months ago

Can we please merge this @vmihailenco? Anything more needed from my side? Thanks!

vmihailenco commented 9 months ago

@svanharmelen sorry for the delay :+1:

svanharmelen commented 9 months ago

Thanks @vmihailenco! Only thing left would be a new tag that includes these changes... Any plan for that already?

svanharmelen commented 8 months ago

Thanks for the release @vmihailenco πŸŽ‰

vmihailenco commented 8 months ago

@svanharmelen thanks for the contribution :+1: