[pgjdbc/pgjdbc] 634e15: refactor: use TypeInfo getPGArrayType instead of m...

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 634e15: refactor: use TypeInfo getPGArrayType instead of m...
Date: 2017-11-12 19:13:41
Message-ID: 5a089d653f9df_151f3fbf4f3d7c345241@hookshot-fe1-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 634e157e4cdbc2f78f1a90ac4d9f538f39caf4f9
https://github.com/pgjdbc/pgjdbc/commit/634e157e4cdbc2f78f1a90ac4d9f538f39caf4f9
Author: Michael Glaesemann <grzm(at)seespotcode(dot)net>
Date: 2017-11-12 (Sun, 12 Nov 2017)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
A ubenchmark/src/main/java/org/postgresql/benchmark/statement/BindArray.java

Log Message:
-----------
refactor: use TypeInfo getPGArrayType instead of munging type name (#913)

The purpose of the getPGArrayType method is to get the array type for
a given element type. Let the TypeInfo implementation figure out how
to do that rather than appending "[]" to the element type name in
PgPreparedStatement setArray.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paquier 2017-11-14 08:55:45 Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256
Previous Message AlexElin 2017-11-11 21:07:36 [pgjdbc/pgjdbc] 0c3a2f: refactor: make PgStream implements Flushable (#100...