mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 09:10:33 -04:00
patch submitted by Jason Davies jason@netspade.com to provide proper java class name for a byte[]
This commit is contained in:
parent
e2c007046f
commit
895a45ae3d
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ public class ResultSetMetaData implements java.sql.ResultSetMetaData
|
|||
return("java.sql.Timestamp");
|
||||
case Types.BINARY:
|
||||
case Types.VARBINARY:
|
||||
return("java.sql.Object");
|
||||
return("[B");
|
||||
case Types.ARRAY:
|
||||
return("java.sql.Array");
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue