| From: | Svein Baardsen <noreply(at)github(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)lists(dot)postgresql(dot)org |
| Subject: | [pgjdbc/pgjdbc] e38868: fix: #1677 NumberFormatException when fetching PGI... |
| Date: | 2020-01-28 15:54:22 |
| Message-ID: | pgjdbc/pgjdbc/push/refs/heads/master/3dd5df-e38868@github.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: e38868b29cafa7e8a9a5db67adb5a67cc2b5f230
https://github.com/pgjdbc/pgjdbc/commit/e38868b29cafa7e8a9a5db67adb5a67cc2b5f230
Author: Svein Baardsen <svein(dot)baardsen(at)gmail(dot)com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/util/PGInterval.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/IntervalTest.java
Log Message:
-----------
fix: #1677 NumberFormatException when fetching PGInterval with small value (#1678)
* fix: #1677 NumberFormatException when fetching PGInterval with small value
* fix: PGInterval.getValue for microsecond values
* ensure getValue always uses at least one decimal place for seconds
* fix: PGInterval.getSeconds for microsecond values
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Roman Ivanov | 2020-01-28 19:09:40 | [pgjdbc/pgjdbc] 2ea731: minor: fix checkstyle violation of unused import (... |
| Previous Message | Deepak Rai | 2020-01-28 08:43:09 | Re: BUG #16232: Database server connection limit exceeding |