AdSense

網頁

2023/3/13

Golang GORM 查詢jsonb欄位轉換struct錯誤 unsupported Scan, storing driver.Value type []uint8 into type

Go GORM查詢PostgreSQL的jsonb欄位並轉換為struct結構時發生錯誤。


以「Golang GORM jsonb欄位struct轉換」為例,查詢時出現Scan error on column index 3, name "contact": unsupported Scan, storing driver.Value type []uint8 into type *main.Contact: system internal error

搞了半天原來是忘了實作ContactScanner.Scan導致解析jsonb為Contact時出現錯誤。


沒有留言:

AdSense