[pgjdbc/pgjdbc] 7b4543: fix: pginterval to take iso8601 strings (#1612)
Dave Cramer <[email protected]> Mon, 25 Nov 2019 11:38:17 -0800
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 7b454355939aebd995b1b79598a1e945c168eb68
https://github.com/pgjdbc/pgjdbc/commit/7b454355939aebd995b1b79598a1e945c168eb68
Author: Dave Cramer <[email protected]>
Date: 2019-11-25 (Mon, 25 Nov 2019)
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: pginterval to take iso8601 strings (#1612)
* fix: pginterval to take iso8601 strings
* use integers for seconds and microseconds all tests passed