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 regression with partitioned tables in PostgreSQL #118

Merged
merged 2 commits into from
Mar 3, 2022

Commits on Mar 3, 2022

  1. Fix regression with partitioned tables in PostgreSQL

    Add handling for detecting existence of partitioned tables explicitly.
    
    PostgreSQL JDBC Driver update from 42.2.10 to 42.2.25 in #113 caused
    partitioned tables to broke due upstream change of separating types of
    normal table and partitioned table as explained in
    pgjdbc/pgjdbc#1708
    tvainika committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f7d2226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc5d7f View commit details
    Browse the repository at this point in the history