pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Signal SQLite3ConstraintViolation on constraint errors #27

Closed gcorriga closed 3 years ago

gcorriga commented 3 years ago

Signal a SQLite3ConstraintViolation exception when a SQLITE_CONSTRAINT error code is returned by the library.

This is handled in the same way as SQLITE_BUSY and SQLITE_MISUSE, but any future changes should be handled in a more generic way.