[pgjdbc/pgjdbc] 1bec40: test: add tests for enum, json, and jsonb array

From: Vladimir Sitnikov <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 1bec40: test: add tests for enum, json, and jsonb array
Date: 2020-09-04 17:36:23
Message-ID: pgjdbc/pgjdbc/push/refs/heads/release/42.2/44d092-418550@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/release/42.2
Home: https://github.com/pgjdbc/pgjdbc
Commit: 1bec402208eef17fd81f5dd7cca1d1a36e1466da
https://github.com/pgjdbc/pgjdbc/commit/1bec402208eef17fd81f5dd7cca1d1a36e1466da
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2020-09-04 (Fri, 04 Sep 2020)

Changed paths:
A pgjdbc/src/test/java/org/postgresql/test/jdbc2/EnumTest.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/JsonbTest.java

Log Message:
-----------
test: add tests for enum, json, and jsonb array

see #1876

Commit: 41855018a0371ea6c36d1c88e3a33402f44f53eb
https://github.com/pgjdbc/pgjdbc/commit/41855018a0371ea6c36d1c88e3a33402f44f53eb
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2020-09-04 (Fri, 04 Sep 2020)

Changed paths:
M CHANGELOG.md
M docs/_posts/2020-01-30-42.2.10-release.md
M docs/_posts/2020-03-31-42.2.12-release.md
M docs/_posts/2020-06-04-42.2.13-release.md
M docs/_posts/2020-08-14-42.2.15-release.md
M docs/_posts/2020-08-20-42.2.16-release.md
M pgjdbc/src/main/java/org/postgresql/core/Oid.java
M pgjdbc/src/main/java/org/postgresql/jdbc/ArrayDecoding.java

Log Message:
-----------
fix: make enum, json, and jsonb array result classes to be the same as 42.2.14 and earlier

enum[] => String[]
jsonb[] => String[]
json[] => PGobject[]

fixes #1876

Compare: https://github.com/pgjdbc/pgjdbc/compare/44d0923fa85e...41855018a037

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2020-09-10 12:38:11 [pgjdbc/pgjdbc] 705b66: Check for credential cache before requesting GSS e...
Previous Message Vladimir Sitnikov 2020-08-28 22:41:50 [pgjdbc/pgjdbc] 44d092: test: add GitHub CI for testing source distribution