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

Add try/catch to cursor.fetchall() #7504

Closed
wants to merge 2 commits into from
Closed

Commits on May 14, 2019

  1. Add try/catch to cursor.fetchall()

    I use SQL_QUERY_MUTATOR to add some sql for changing role before the main query. Some of them doesn't return data, and causes exceptions here.
    leiwan5 authored May 14, 2019
    Configuration menu
    Copy the full SHA
    c5c5c8b View commit details
    Browse the repository at this point in the history
  2. Update core.py

    leiwan5 authored May 14, 2019
    Configuration menu
    Copy the full SHA
    9eff28b View commit details
    Browse the repository at this point in the history