From: Bernard Lambeau Date: 2013-02-05T02:25:46+09:00 Subject: Re: ANN: Sequel 3.44.0 Released --f46d041826e66ff94c04d4e94601 Content-Type: text/plain; charset=ISO-8859-1 > > > * Sequel now recognizes constraint violation exceptions on most > databases, and will raise specific exceptions for different > types of constraint violations, instead of the generic > Sequel::DatabaseError: > > * Sequel::ConstraintViolation (generic superclass) > * Sequel::CheckConstraintViolation > * Sequel::NotNullConstraintViolation > * Sequel::ForeignKeyConstraintViolation > * Sequel::UniqueConstraintViolation > * Sequel::Postgres::ExclusionConstraintViolation > That is ... just pure awesomeness. Thanks a lot for that!!! Bernard --f46d041826e66ff94c04d4e94601 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

* Sequel now recognizes constraint violation exceptions on most
=A0 databases, and will raise specific exceptions for different
=A0 types of constraint violations, instead of the generic
=A0 Sequel::DatabaseError:

=A0 * Sequel::ConstraintViolation (generic superclass)
=A0 * Sequel::CheckConstraintViolation
=A0 * Sequel::NotNullConstraintViolation
=A0 * Sequel::ForeignKeyConstraintViolation
=A0 * Sequel::UniqueConstraintViolation
=A0 * Sequel::Postgres::ExclusionConstraintViolation
<= br>
That is ... just pure awesomeness. Thanks a lot for tha= t!!!

Bernard


--f46d041826e66ff94c04d4e94601--