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

Consistently used sqlite_master for compatibility with older SQLite versions #540

Merged
merged 3 commits into from
Jun 20, 2023

Commits on Jun 20, 2023

  1. Use sqlite_master instead of sqlite_schema so versions of sqlite prio…

    …r to 3.33.0 work
    
    There is a mismatch in the schema name being used in the inspector, in one query sqlite_schema is used, then directly after sqlite_master is used.  They renamed sqlite_master to sqlite_schema, but both exist at this point and will for the foreseeable future.
    mphill committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    43f129c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mphill/mphill-patch-1

    Use sqlite_master instead of sqlite_schema
    mphill committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bb068eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7306b97 View commit details
    Browse the repository at this point in the history