Message-ID: From: "mahmoudbahaa (@mahmoudbahaa)" To: "pgjdbc/pgjdbc" Date: Thu, 05 Dec 2019 15:09:37 +0000 Subject: [pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s… List-Id: X-GitHub-Author-Id: 900063 X-GitHub-Author-Login: mahmoudbahaa X-GitHub-Issue: 1637 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/1637 Content-Type: text/plain; charset=utf-8 …upports ### All Submissions: * [x] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? ### New Feature Submissions: 1. [x] Does your submission pass tests? 2. [x] Does mvn checkstyle:check pass ? 3. [ ] Have you added your new test classes to an existing test suite in alphabetical order? ### Changes to Existing Features: * [ ] Does this break existing behaviour? If so please explain. * [x] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [x] Have you successfully run tests with your changes locally?