pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feed[pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s…
5+ messages / 4 participants
[nested] [flat]
* [pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s…
@ 2019-12-05 15:09 "mahmoudbahaa (@mahmoudbahaa)" <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: mahmoudbahaa (@mahmoudbahaa) @ 2019-12-05 15:09 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
…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?
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### 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?
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s…
@ 2019-12-05 15:25 ` "davecramer (@davecramer)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: davecramer (@davecramer) @ 2019-12-05 15:25 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
thanks!
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s…
@ 2019-12-05 17:52 ` "codecov-io (@codecov-io)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: codecov-io (@codecov-io) @ 2019-12-05 17:52 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
# [Codecov](https://codecov.io/gh/pgjdbc/pgjdbc/pull/1637?src=pr&el=h1) Report
> Merging [#1637](https://codecov.io/gh/pgjdbc/pgjdbc/pull/1637?src=pr&el=desc) into [master](https://codecov.io/gh/pgjdbc/pgjdbc/commit/08bd46bfccc9c9481650e4ee09c943ec78d77895?src=pr&el=de...) will **increase** coverage by `<.01%`.
> The diff coverage is `100%`.
```diff
@@ Coverage Diff @@
## master #1637 +/- ##
============================================
+ Coverage 69.06% 69.06% +<.01%
+ Complexity 4084 4083 -1
============================================
Files 181 181
Lines 16886 16890 +4
Branches 2771 2771
============================================
+ Hits 11662 11665 +3
Misses 3946 3946
- Partials 1278 1279 +1
```
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s…
@ 2019-12-06 08:56 ` "mahmoudbahaa (@mahmoudbahaa)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: mahmoudbahaa (@mahmoudbahaa) @ 2019-12-06 08:56 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
@davecramer all checks are now green
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s…
@ 2026-04-01 20:36 ` "codecov-commenter (@codecov-commenter)" <[email protected]>
3 siblings, 0 replies; 5+ messages in thread
From: codecov-commenter (@codecov-commenter) @ 2026-04-01 20:36 UTC (permalink / raw)
To: pgjdbc/pgjdbc <[email protected]>
:warning: Please install the  to ensure uploads and comments are reliably processed by Codecov.
## [Codecov](https://app.codecov.io/gh/pgjdbc/pgjdbc/pull/1637?dropdown=coverage&src=pr&el=h1&utm_med...) Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 68.81%. Comparing base ([`c85b149`](https://app.codecov.io/gh/pgjdbc/pgjdbc/commit/c85b149d68c30ede0559d4bff6bc616ec03b2517?dropdown=cov...)) to head ([`7ec5052`](https://app.codecov.io/gh/pgjdbc/pgjdbc/commit/7ec50520470c7dd25b4a16d996e0533e56dc3f70?dropdown=cov...)).
:warning: Report is 1506 commits behind head on master.
:exclamation: Your organization needs to install the [Codecov GitHub app](https://github.com/apps/codecov/installations/select_target) to enable full functionality.
<details><summary>Additional details and impacted files</summary>
```diff
@@ Coverage Diff @@
## master #1637 +/- ##
============================================
- Coverage 69.10% 68.81% -0.29%
+ Complexity 4112 4088 -24
============================================
Files 181 181
Lines 16954 16956 +2
Branches 2789 2789
============================================
- Hits 11716 11669 -47
- Misses 3954 4010 +56
+ Partials 1284 1277 -7
```
</details>
<details><summary> :rocket: New features to boost your workflow: </summary>
- :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems.
</details>
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2026-04-01 20:36 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-12-05 15:09 [pgjdbc/pgjdbc] PR #1637: Only allow binary transfer for those Oids that the pgjdbc currently s… "mahmoudbahaa (@mahmoudbahaa)" <[email protected]>
2019-12-05 15:25 ` "davecramer (@davecramer)" <[email protected]>
2019-12-05 17:52 ` "codecov-io (@codecov-io)" <[email protected]>
2019-12-06 08:56 ` "mahmoudbahaa (@mahmoudbahaa)" <[email protected]>
2026-04-01 20:36 ` "codecov-commenter (@codecov-commenter)" <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox