You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err:
Query: UPDATE user SET updated_at=? WHERE (id in (?));
Args: []interface {}{1617872905, []int64{413}}
Error: sql: converting argument $2 type: unsupported type []int64, a slice of int64
The text was updated successfully, but these errors were encountered:
result, err := b.db.Exec(b.updateString(m), b.args...)
err:
Query: UPDATE
user
SETupdated_at
=? WHERE (id in (?));Args: []interface {}{1617872905, []int64{413}}
Error: sql: converting argument $2 type: unsupported type []int64, a slice of int64
The text was updated successfully, but these errors were encountered: