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: Method _should_use_plan only returns true for local sqlite provider #2344

Merged
merged 1 commit into from
Mar 1, 2022

Commits on Mar 1, 2022

  1. _should_use_plan only returns true for local and sqlite

    Only the SQLite local provider supports _plan and _apply_diffs. Updated
    the method to only return true for that setup so that other local
    providers don't need to implement these methods right now.
    
    Signed-off-by: Gunnar Sv Sigurbjörnsson <gunnar.sigurbjornsson@gmail.com>
    nossrannug committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    33a858f View commit details
    Browse the repository at this point in the history