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

[stable26] fix DBAL exception handling in setValues #37549

Merged
merged 1 commit into from
May 9, 2023

Commits on Apr 3, 2023

  1. fix DBAL exception handling in setValues

    This seems to be a left over after abstracting DBAL. Nowadays,
    IQueryBuilder::executeStatement() only throws a \OCP\DB\Exception, where
    previously original DBAL exceptions where thrown. These are now wrapped,
    the orignal classes are now mapped to a reason.
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and backportbot-nextcloud[bot] committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7f3af46 View commit details
    Browse the repository at this point in the history