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

test: materialized view privileges #2209

Merged
merged 10 commits into from Nov 12, 2021

Commits on Jul 6, 2021

  1. test: add and drop a materialized view

    Add to TestUtil and also to DatabaseMetaData setup and teardown
    
    fixes pgjdbc#2060
    mgrobaker committed Jul 6, 2021
    Copy the full SHA
    f13ab15 View commit details
    Browse the repository at this point in the history
  2. test: materialized view privileges

    make "matviewtest" all lowercase so it can be found in pg catalog, which lowercases all names
    
    fixes pgjdbc#2060
    mgrobaker committed Jul 6, 2021
    Copy the full SHA
    eefbe02 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d5af7d View commit details
    Browse the repository at this point in the history
  4. refactor: add #relationPrivilegesHelper

    Remove reused code
    Add comments
    mgrobaker committed Jul 6, 2021
    Copy the full SHA
    b7def35 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'tests_for_getTablePrivileges' of github.com:mgrobaker/p…

    …gjdbc into tests_for_getTablePrivileges
    mgrobaker committed Jul 6, 2021
    Copy the full SHA
    3359aa0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    22bc155 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. address issues in review

    davecramer committed Nov 12, 2021
    Copy the full SHA
    383bd17 View commit details
    Browse the repository at this point in the history
  2. checkstyle

    davecramer committed Nov 12, 2021
    Copy the full SHA
    e0c0efa View commit details
    Browse the repository at this point in the history
  3. checkstyle

    davecramer committed Nov 12, 2021
    Copy the full SHA
    3bdc0d5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b9c6eee View commit details
    Browse the repository at this point in the history