** Changed in: drizzle
     Assignee: (unassigned) => Marcus Eriksson (krummas)

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/1541523

Title:
  jdbc driver interprets VARBINARY as VARCHAR

Status in Drizzle:
  New

Bug description:
  1. created a table TEST with column D of type VARBINARY

  2. From Mathematica

  stmt = javaobj@prepareStatement["Select D from TEST"]
  JavaObject[org.drizzle.jdbc.DrizzlePreparedStatement]

  metadata = stmt@getMetaData[]
  JavaObject[org.drizzle.jdbc.DrizzleResultSetMetaData]

  metadata@getColumnType[1]
  12

  12 is type VARCHAR and not VARBINARY
  
https://docs.oracle.com/javase/7/docs/api/constant-values.html#java.sql.Types.BIT

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/1541523/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to     : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp

Reply via email to