go-gorm / sqlite

GORM sqlite driver
MIT License
179 stars 184 forks source link

fix: ErrForeignKeyViolated error constant #155

Closed saeidee closed 1 year ago

saeidee commented 1 year ago

What did this pull request do?

ErrForeignKeyViolated error was not set up correctly with SQLITE_CONSTRAINT_FOREIGNKEY constant. Within this PR it is mapped to the right SQLITE_CONSTRAINT_FOREIGNKEY. https://www.sqlite.org/rescode.html#constraint_foreignkey