nguyennk92

Results 1 comments of nguyennk92
trafficstars

I found a workaround by wrapping your object inside an array. i.e: ``` a = model{ key: "primaryKey", fieldA: "fieldA", fieldB: "fieldB", } db.Save(a) ``` This will resulted in SQL:...