playground
playground copied to clipboard
demonstrate ON CONFLICT failure
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.