Postgres BIGINT value not being created or updated with Golang and SQLX

前端 未结 0 1941
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-23 18:10

I am doing this :

    // Prepare query
    qb := sq.Update(d.table).
        SetMap(updates).
        Where(filter).
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题