Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add options.rawErrors to Sequelize#query method #13881

Merged
merged 4 commits into from Jan 25, 2022

Commits on Jan 24, 2022

  1. feat(query): added options.rawErrors to query() method

    This option causes all errors from the underlying connection/database library
    to be propagated unformatted and unmodified. Use this for lesser common errors
    sequelize can't parse or in case you perfer to see the full raw errors.
    joaoe committed Jan 24, 2022
    Copy the full SHA
    f055cc5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    05c5c84 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Copy the full SHA
    b969aed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4f37325 View commit details
    Browse the repository at this point in the history