Open
Description
Hi, I have issue with
// EnableInterpolation = true
data := []interface{}{1,"hello", true} // some data
db.Exec("INSERT INTO table (a, b, c) VALUES ($1, $2, $3)", data)
=> err: sql: converting Exec argument #0's type: unsupported type []interface {}, a slice
using driver github.com/jackc/pgx/stdlib
, package gopkg.in/mgutz/dat.v2/dat
maybe someone was had this error, so can help me. Also it will be cool func .Values()
to can handle slice
Metadata
Metadata
Assignees
Labels
No labels