sqlext
sqlext copied to clipboard
extend gorm and gocql
Results
2
sqlext issues
Sort by
recently updated
recently updated
newest added
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:...