You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.1 KiB

2.0.2 (November 25, 2020)

  • Patch: Now works on newer Node.js versions, by replacing the internal create-error usage with error-chain.
  • Patch: Various error parsing robustness improvements.
  • Patch: Gulp and Babel were removed, as pretty much everything supports ES2015 by now.

2.0.1 (July 25, 2017)

  • Patch: Made the error message for composite UNIQUE constraint violations slightly more readable, by wrapping multiple columns and values in a set of brackets.

2.0.0 (July 14, 2017)

  • BREAKING: A UniqueConstraintViolationError may now contain different values, depending on whether the violated constraint was a composite across multiple columns or not. For single-column UNIQUE constraints, the value and column properties will still be present as before; however, for a composite constraint, those properties will be undefined and values and columns will be set instead.
  • Minor: Added support for detecting "undefined column" errors (as an UndefinedColumnError).
  • Patch: Fixed some incorrect internal function names.

1.0.0 (November 11, 2016)

Initial release.