Skip to content

Commit

Permalink
minor changes (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Feb 3, 2023
1 parent d2f77a2 commit 976b27b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/changelogs/2023-01-31-42.5.2-release.md
Expand Up @@ -31,8 +31,8 @@ fix: improve thread safety of PgResultSet#getTimestamp [PR #2726](https://github
**Commits by author**

Dave Cramer (2):
- fix: binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) [PR #2697](https://github.com/pgjdbc/pgjdbc/pull/2697)\
- fix: Apply patch from [Issue #2683](https://github.com/pgjdbc/pgjdbc/issues/2683) provided by James Courtney to fix hanging ssl connections [PR #2687](https://github.com/pgjdbc/pgjdbc/pull/2687)\
- fix: binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) [PR #2697](https://github.com/pgjdbc/pgjdbc/pull/2697)
- fix: Apply patch from [Issue #2683](https://github.com/pgjdbc/pgjdbc/issues/2683) provided by James Courtney to fix hanging ssl connections [PR #2687](https://github.com/pgjdbc/pgjdbc/pull/2687)
- fix: Make sure socket is closed if an exception is thrown in createSocket fixes [Issue #2684](https://github.com/pgjdbc/pgjdbc/issues/2684) [PR #2685](https://github.com/pgjdbc/pgjdbc/pull/2685)

Sebastian Baumhekel(1): <sebastian.baumhekel@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions docs/content/changelogs/2023-02-03-42.5.3-release.md
Expand Up @@ -7,15 +7,15 @@ version: 42.5.3
---

### Fixed
fix: Add box to TypeInfoCache, fixes [Issue #2746](https://github.com/pgjdbc/pgjdbc/issues/2746) [PR #2747](https://github.com/pgjdbc/pgjdbc/pull/2747)
fix: Add box to TypeInfoCache, fixes [Issue #2746](https://github.com/pgjdbc/pgjdbc/issues/2746) [PR #2747](https://github.com/pgjdbc/pgjdbc/pull/2747)\
fix: regression in PgResultSet LONG_MIN copy and paste error fixes [Issue #2748](https://github.com/pgjdbc/pgjdbc/issues/2748) [PR#2749](https://github.com/pgjdbc/pgjdbc/pull/2749)

<!--more-->

**Commits by author**

Dave Cramer (2):
Fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue (#2749) [PR 2748](https://github.com/pgjdbc/pgjdbc/pull/2748)
Fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue (#2749) [PR 2748](https://github.com/pgjdbc/pgjdbc/pull/2748)\
Add box to TypeInfoCache, fixes Issue (#2747) [PR 2746](https://github.com/pgjdbc/pgjdbc/pull/2746)


Expand Down

0 comments on commit 976b27b

Please sign in to comment.