update deps

This commit is contained in:
2024-09-19 19:16:09 +02:00
parent f3fa0664f9
commit 15027f99e7
4 changed files with 32 additions and 29 deletions

View File

@@ -252,8 +252,9 @@ func (dpq *DBPackageQuery) Clone() *DBPackageQuery {
inters: append([]Interceptor{}, dpq.inters...),
predicates: append([]predicate.DBPackage{}, dpq.predicates...),
// clone intermediate query.
sql: dpq.sql.Clone(),
path: dpq.path,
sql: dpq.sql.Clone(),
path: dpq.path,
modifiers: append([]func(*sql.Selector){}, dpq.modifiers...),
}
}