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

Pre release42.2.17 1 #1913

Closed

Commits on Oct 2, 2020

  1. fix: avoid removal type annotations on "this" so the source archive i…

    …s buildable
    
    "this" type annotations are Java 8+, so we no longer need to remove them.
    vlsi authored and davecramer committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    832bf21 View commit details
    Browse the repository at this point in the history
  2. fix: PgTokenizer was ignoring last empty token (pgjdbc#1882)

    * fix: PgTokenizer was ignoring last empty token fixes pgjdbc#1881
    davecramer committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    a6e8334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70b02c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4a4b2d View commit details
    Browse the repository at this point in the history
  5. feat: add smallserial metadata (pgjdbc#899)

    PostgreSQL 9.2 adds a SMALLSERIAL data type, this reports the correct metadata information when a column is a smallserial (int2 with sequence), similar to how a serial or bigserial data types are reported.
    jorsol authored and davecramer committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    05403bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c2858e View commit details
    Browse the repository at this point in the history
  7. Change default of gssEncMode to ALLOW. PostgreSQL can deal with PREFE…

    …R but there are cloud providers that did not implement the protocol properly
    davecramer committed Oct 2, 2020
    2 Configuration menu
    Copy the full SHA
    14c4173 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    5e5365b View commit details
    Browse the repository at this point in the history