[
https://issues.jboss.org/browse/TEIID-3473?page=com.atlassian.jira.plugin...
]
Steven Hawkins edited comment on TEIID-3473 at 5/12/15 4:04 PM:
----------------------------------------------------------------
What should be the max length of OData lobs? With just a couple of changes, we'll
support lengths up to the nominal max - clob/xml would be 4000 characters, and blob would
be 8k.
was (Author: shawkins):
What should be the max length of OData lobs?
Selecting RAW(16) column via OData errors
-----------------------------------------
Key: TEIID-3473
URL:
https://issues.jboss.org/browse/TEIID-3473
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.7
Reporter: Debbie Steigner
Assignee: Steven Hawkins
When selecting a RAW(16) column via OData, a runtime error is thrown w/ the following
message:
http://superdrake:8080/odata/Medbus/reqtracking.query?$format=json
{
"error": {
"code" : "ServerErrorException",
"message": {
"lang": "en-US",
"value": "[B cannot be cast to
org.teiid.core.types.BinaryType"
}
}
}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)