go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
89 stars 678 forks source link

Bad insertion IDs when doing a bulk Upsert #657

Closed jeffphp closed 10 months ago

jeffphp commented 10 months ago

Explain your user case and expected results

When bulk inserting rows with a OnConflict / DoUpdates clause, generated IDs are wrong.

The case shows how to reproduce this.