go-gorm / playground

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

demonstrate ON CONFLICT failure #663

Open thetorpedodog opened 9 months ago

thetorpedodog commented 9 months ago

Use case: I run two DB.Create() statements with ON CONFLICT set.

Expected result: The program does not crash.

Actual result: The program crashes with a panic.