We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c0070 commit 895a45aCopy full SHA for 895a45a
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSetMetaData.java
@@ -550,7 +550,7 @@ public String getColumnClassName(int column) throws SQLException
550
return("java.sql.Timestamp");
551
case Types.BINARY:
552
case Types.VARBINARY:
553
- return("java.sql.Object");
+ return("[B");
554
case Types.ARRAY:
555
return("java.sql.Array");
556
default:
0 commit comments