Message-ID: From: "bokken (@bokken)" To: "pgjdbc/pgjdbc" Date: Tue, 26 Jun 2018 12:00:15 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #1225: Java 8 Time Support for Postgres Arrays In-Reply-To: References: List-Id: X-GitHub-Author-Login: bokken X-GitHub-Comment-Id: 400281666 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 1225 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/1225#issuecomment-400281666 Content-Type: text/plain; charset=utf-8 Are you wanting to create an array to provide as input to a statement, read an array being returned, or both? I would suggest taking a look at PRs https://github.com/pgjdbc/pgjdbc/pull/1194 and https://github.com/pgjdbc/pgjdbc/pull/1184 which propose some refactoring to array handling to make it easier to add array support (including binary support) for new data types.