Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit895a45a

Browse files
author
Barry Lind
committed
patch submitted by Jason Davies jason@netspade.com to provide proper java class name for a byte[]
1 parente2c0070 commit895a45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/jdbc/org/postgresql/jdbc2/ResultSetMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ public String getColumnClassName(int column) throws SQLException
550550
return("java.sql.Timestamp");
551551
caseTypes.BINARY:
552552
caseTypes.VARBINARY:
553-
return("java.sql.Object");
553+
return("[B");
554554
caseTypes.ARRAY:
555555
return("java.sql.Array");
556556
default:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp