Thread: [pgjdbc/pgjdbc] af64ed: fix: allowEncodingChanges should allow setclient_...

[pgjdbc/pgjdbc] af64ed: fix: allowEncodingChanges should allow setclient_...

From
Vladimir Sitnikov
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: af64ed2dac035c621b4aec4a0471730457725194
      https://github.com/pgjdbc/pgjdbc/commit/af64ed2dac035c621b4aec4a0471730457725194
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M CHANGELOG.md
    M docs/_posts/2018-01-17-42.2.0-release.md
    M docs/_posts/2018-01-25-42.2.1-release.md
    M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
    A pgjdbc/src/test/java/org/postgresql/test/jdbc2/ClientEncodingTest.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/Jdbc2TestSuite.java

  Log Message:
  -----------
  fix: allowEncodingChanges should allow set client_encoding=... (#1125)

fixes #1101