Message-ID: From: "zemian (@zemian)" To: "pgjdbc/pgjdbc" Date: Thu, 03 Aug 2017 02:47:35 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #879: loginTimeout in java.sql.DriverManager never be used In-Reply-To: References: List-Id: X-GitHub-Author-Login: zemian X-GitHub-Comment-Id: 319853058 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2017-08-03T02:47:57Z X-GitHub-Issue: 879 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/879#issuecomment-319853058 Content-Type: text/plain; charset=utf-8 Hi, I want to help out and created a PR #900 for this. The first commit fixed the issue reported here. And then I saw that there is no reason to use Float.parseFloat to parse int value (I assume loginTimeout value should always be integer in secs), so I made 2nd commit to improve this as well. Let me know if that works for you.