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 backup table detection bug in acl-config. #920

Merged
merged 2 commits into from
May 7, 2019

Commits on May 7, 2019

  1. Updated SQL construction for tablesExist

    So it turns out that PHP prepared statement variable binding doesn't play well
    with SQL `IN` statements. Just moving things around a bit so that instead of
    supplying the `IN` clause w/ a bind parameter we instead just populate it in the
    base query string.
    ryanrath committed May 7, 2019
    Configuration menu
    Copy the full SHA
    2dd89e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff008e3 View commit details
    Browse the repository at this point in the history