Skip to content

Commit

Permalink
fix: binary array 1 based index
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
BO8979 authored and BO8979 committed Aug 19, 2020
1 parent d5f95b4 commit e63aa1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and sslMode parameters which, in concert with pg_hba.conf, determine if a partic
### Added
- Verify nullness with CheckerFramework

### Fixed
- Arrays sent in binary format are now sent as 1 based. Fixes [issue 1860](https://github.com/pgjdbc/pgjdbc/issues/1860) in [PR 1863](https://github.com/pgjdbc/pgjdbc/pull/1863).

## [42.2.15] (2020-06-19)
### Changed
- Source release archive shades dependencies (scram) by default. It affects only postgresql-version-src.tar.gz release artifact.
Expand Down

0 comments on commit e63aa1a

Please sign in to comment.