[pgjdbc/pgjdbc] 3dd5df: fix: actually use milliseconds instead of microsec...

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 3dd5df: fix: actually use milliseconds instead of microsec...
Date: 2020-01-24 11:57:50
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/39c73a-3dd5df@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 3dd5dff2b095ed7665fbed386a7cbad7c3254fd1
https://github.com/pgjdbc/pgjdbc/commit/3dd5dff2b095ed7665fbed386a7cbad7c3254fd1
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2020-01-24 (Fri, 24 Jan 2020)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/Driver.java
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java

Log Message:
-----------
fix: actually use milliseconds instead of microseconds for timeouts (#1653)

* fix: actually use milliseconds instead of microseconds for timeouts

* Use TimeUnit to convert to millis

Browse pgsql-jdbc by date

  From Date Subject
Next Message Clemens Eisserer 2020-01-25 16:43:02 Boolean column stick to "false" after calling updateRow() on updateable ResultSet
Previous Message Dave Cramer 2020-01-20 10:36:12 [pgjdbc/pgjdbc] 39c73a: be explicit about which JDK (#1672)