[pgjdbc/pgjdbc] 394b3a: fix: remove type name from cast exception of getBo...

From: Jorge Solorzano <jorsol(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 394b3a: fix: remove type name from cast exception of getBo...
Date: 2017-05-23 13:09:52
Message-ID: 592434a0ba14c_16083f8dca0d7c341572fc@hookshot-fe3-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 394b3a2f4d93e9ca701d8c31b4b66fa25fca8945
https://github.com/pgjdbc/pgjdbc/commit/394b3a2f4d93e9ca701d8c31b4b66fa25fca8945
Author: Jorge Solorzano <jorsol(at)gmail(dot)com>
Date: 2017-05-23 (Tue, 23 May 2017)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/BooleanTypeUtil.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/ResultSetTest.java

Log Message:
-----------
fix: remove type name from cast exception of getBoolean and setObject (#781)

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paquier 2017-05-25 21:17:39 Channel binding support for SCRAM-SHA-256
Previous Message Dave Cramer 2017-05-23 12:56:38 [pgjdbc/pgjdbc] 9c3471: WIP needs tests. Initial PR from Thomas Kellerer t...