vincent
Results
2
issues of
vincent
hi, Whether transcation is supported? Because many times BatchInserts and BatchDeletes need to be executed in a transcation
If i define the model using gorm.Model, and call BatchInsert() function, there will be an error. The error is :Unknown column 'model' in 'field list'. My table model like this:...