[chore] Bump database dependencies (#1164)

github.com/uptrace/bun v1.1.8 -> v1.1.9
github.com/uptrace/bun/pgdialect v1.1.8 -> v1.1.9
github.com/uptrace/bun/sqlitedialect v1.1.8 -> v1.1.9
modernc.org/sqlite v1.18.2 -> v1.19.5
This commit is contained in:
tobi
2022-11-28 11:19:39 +01:00
committed by GitHub
parent fe39d50e09
commit daf44ac2b7
529 changed files with 971879 additions and 1370194 deletions

View File

@ -34,7 +34,7 @@ func (q *TruncateTableQuery) Conn(db IConn) *TruncateTableQuery {
}
func (q *TruncateTableQuery) Model(model interface{}) *TruncateTableQuery {
q.setTableModel(model)
q.setModel(model)
return q
}