Open jpbirdy opened 6 months ago
Because gorm.io/gen has been upgraded to v0.3.26, when executing go get -u -t ./..., gorm.io/gen will be updated, which will cause an error: gorm.io/gen/examples/dal: cannot find module providing package gorm.io/gen/examples/dal
The test script can run and report errors in v0.3.25
The bug here is that when using OnConflict{UpdateAll: true} for batch insertion, if there is an update, the returned ID is incorrect