From jira-events at lists.jboss.org Tue Jul 27 11:48:33 2010 Content-Type: multipart/mixed; boundary="===============1848546643551409721==" MIME-Version: 1.0 From: Warren Gibson (JIRA) To: teiid-issues at lists.jboss.org Subject: [teiid-issues] [JBoss JIRA] Created: (TEIID-1168) Query Testing - CLOB, LOB, etc is returning an object reference in CTC rather than returning the content of the object (content is needed for validation purposes) Date: Tue, 27 Jul 2010 11:48:33 -0400 Message-ID: <1290301149.5891.1280245713217.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============1848546643551409721== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Query Testing - CLOB, LOB, etc is returning an object reference in CTC rath= er than returning the content of the object (content is needed for validati= on purposes) ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ------------ Key: TEIID-1168 URL: https://jira.jboss.org/browse/TEIID-1168 Project: Teiid Issue Type: Bug Components: Integration Tests Reporter: Warren Gibson Assignee: Van Halbert Query testing is returning an object reference for CLOB, LOB, etc. In the = past these were returned as a string. = They should be converted to a string so the content can be validated. Examples: Query: SELECT * FROM XQTDoc.BQTDocTestDocument > > > > > > > org.teiid.core.types.SQLXMLImpl(a)be76c7 > > >
>
> > > > > > > > <?xml version=3D"1.0" encoding=3D"UTF-8"?><x= qt:BQTDocTest xmlns:xqt=3D"http://www.metamatrix.com/XQTSchema"><Sing= leRow><IntKey>0</IntKey><StringKey>0</StringKey>= <IntNum/><StringNum>-24</StringNum><FloatNum>-24.0&= lt;/FloatNum><LongNum>-24</LongNum><DoubleNum>-24.0<= ;/DoubleNum><ByteNum>-128</ByteNum><DateValue>2000-01-= 01</DateValue><TimeValue>00:00:00</TimeValue><Timestam= pValue>2000-01-01 00:00:00.0</TimestampValue><BooleanValue>f= alse</BooleanValue><CharValue>1</CharValue><ShortValue= >-32768</ShortValue><BigIntegerValue>-24</BigIntegerValue= ><BigDecimalValue>-24</BigDecimalValue><ObjectValue>-2= 4</ObjectValue></SingleRow><SingleRow><IntKey>1<= /IntKey><StringKey>1</StringKey><IntNum>-23</IntNum= ><StringNum/><FloatNum>-23.0</FloatNum><LongNum>= -23</LongNum><DoubleNum>-23.0</DoubleNum><ByteNum>-= 127</ByteNum><DateValue>2000-01-02</DateValue><TimeVal= ue>01:00:00</TimeValue><TimestampValue>2000-01-01 00:00:01.0= </TimestampValue><BooleanValue>true< ...................... > = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============1848546643551409721==--