Commit 895a45ae authored by Barry Lind's avatar Barry Lind

patch submitted by Jason Davies jason@netspade.com to provide proper java class name for a byte[]

parent e2c00704
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment