ilibs / gosql

🐥The very simple ORM library for Golang
MIT License
295 stars 39 forks source link

Is this a BUG #35

Open liq2018 opened 3 years ago

liq2018 commented 3 years ago

result, err := b.db.Exec(b.updateString(m), b.args...)

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

fifsky commented 3 years ago

no support