Display a more informative error when InvalidPrivsError is raised (#465) - continued adding fragment for changelog and fixing sanity errors.

This commit is contained in:
bizmate 2022-11-24 15:56:49 +04:00
commit d42eadb063
3 changed files with 59 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
minor_changes:
- mysql_user - display a more informative invalid privilege exception.
Changes the exception handling of the granting permission logic to show the query executed
and the exception message granting privileges fails` (https://github.com//pull/435).