Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Sat, 14 Jun 2025 08:16:20 +0000 Subject: [pgjdbc/pgjdbc] PR #3663: fix: make sure getImportedExportedKeys returns columns in consistent order List-Id: X-GitHub-Author-Id: 213894 X-GitHub-Author-Login: vlsi X-GitHub-Issue: 3663 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3663 Content-Type: text/plain; charset=utf-8 9th column should be KEY_SEQ, however it was 11 in case the resultset was empty This is a fix for #3588