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

fix: always fetch database list on bootstrap payload #11934

Merged
merged 1 commit into from
Dec 9, 2020

Commits on Dec 4, 2020

  1. fix: always fetch database list on bootstrap payload

    There was this weird bug happening only when `SQLLAB_BACKEND_PERSISTENCE
    = False` where if no database had been selected, there would be some
    issue.
    
    This makes sure that the store is populated consistently with the list
    of database connections regardless of `SQLLAB_BACKEND_PERSISTENCE`. It
    also uses the DAO to fetch database and will apply the RBAC-related
    filters if any, the same way that the API does.
    mistercrunch committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    756a73b View commit details
    Browse the repository at this point in the history