summaryrefslogtreecommitdiff
path: root/vendor/github.com/uptrace/bun/relation_join.go
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-04-15 11:01:20 +0100
committerLibravatar GitHub <noreply@github.com>2024-04-15 12:01:20 +0200
commit1018cde107f8832cafab64f9003dcde0a055899c (patch)
treed676685511306377c419af09e93355c57be760ce /vendor/github.com/uptrace/bun/relation_join.go
parent[chore]: Bump golang.org/x/net from 0.23.0 to 0.24.0 (#2834) (diff)
downloadgotosocial-1018cde107f8832cafab64f9003dcde0a055899c.tar.xz
[chore] bump bun library versions (#2837)
Diffstat (limited to 'vendor/github.com/uptrace/bun/relation_join.go')
-rw-r--r--vendor/github.com/uptrace/bun/relation_join.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/github.com/uptrace/bun/relation_join.go b/vendor/github.com/uptrace/bun/relation_join.go
index 87503fbeb..ba542666d 100644
--- a/vendor/github.com/uptrace/bun/relation_join.go
+++ b/vendor/github.com/uptrace/bun/relation_join.go
@@ -262,7 +262,9 @@ func (j *relationJoin) appendBaseAlias(fmter schema.Formatter, b []byte) []byte
return append(b, j.BaseModel.Table().SQLAlias...)
}
-func (j *relationJoin) appendSoftDelete(fmter schema.Formatter, b []byte, flags internal.Flag) []byte {
+func (j *relationJoin) appendSoftDelete(
+ fmter schema.Formatter, b []byte, flags internal.Flag,
+) []byte {
b = append(b, '.')
field := j.JoinModel.Table().SoftDeleteField