Skip to content

Do not supression exceptions in sql session manager by default

Richard Kennedy requested to merge richken/do_not_suppress_postgres_errors into master

Description

Do not suppress SQL exceptions by default. This MR will still allow exceptions to be suppressed, but they must be explicitly passed in. When exceptions are suppressed, the end user will never know if a particular request succeeded or not.

Changes proposed in this merge request:

  • Do not suppress exceptions in session manager by default
  • Allow specific exceptions to be suppressed.

Merge request reports