Message-ID: From: "pdewacht (@pdewacht)" To: "pgjdbc/pgjdbc" Date: Thu, 18 Sep 2025 08:14:53 +0000 Subject: [pgjdbc/pgjdbc] PR #3800: Fix getNotifications() documentation List-Id: X-GitHub-Author-Id: 223495 X-GitHub-Author-Login: pdewacht X-GitHub-Issue: 3800 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3800 Content-Type: text/plain; charset=utf-8 These methods return an empty array if there have been no notifications, not null. Update the documentation and add a test. Fixes #3798 ### 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?