mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 10:33:01 -06:00
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)
* [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
This commit is contained in:
parent
d8d5818b47
commit
b344c2c8f4
84 changed files with 127892 additions and 111380 deletions
3
vendor/github.com/uptrace/bun/model_table_slice.go
generated
vendored
3
vendor/github.com/uptrace/bun/model_table_slice.go
generated
vendored
|
|
@ -68,6 +68,9 @@ func (m *sliceTableModel) ScanRows(ctx context.Context, rows *sql.Rows) (int, er
|
|||
|
||||
for rows.Next() {
|
||||
m.strct = m.nextElem()
|
||||
if m.sliceOfPtr {
|
||||
m.strct = m.strct.Elem()
|
||||
}
|
||||
m.structInited = false
|
||||
|
||||
if err := m.scanRow(ctx, rows, dest); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue