[teiid-issues] [JBoss JIRA] (TEIID-4048) OData - update of clob value using HTTP method PATCH does not set correct value of the column

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Mar 17 18:51:05 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178769#comment-13178769 ] 

RH Bugzilla Integration commented on TEIID-4048:
------------------------------------------------

Van Halbert <vhalbert at redhat.com> changed the Status of [bug 1316489|https://bugzilla.redhat.com/show_bug.cgi?id=1316489] from NEW to CLOSED

> OData - update of clob value using HTTP method PATCH does not set correct value of the column
> ---------------------------------------------------------------------------------------------
>
>                 Key: TEIID-4048
>                 URL: https://issues.jboss.org/browse/TEIID-4048
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: OData
>            Reporter: Juraj Duráni
>            Assignee: Ramesh Reddy
>
> This affects both XML and JSON format.
> *URL:* http://localhost:8080/odata4/olingo_basic/Source/PatchTable(2)
> *Entity:* 
> {code:xml}
> <?xml version='1.0' encoding='UTF-8'?>
> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:xml="http://www.w3.org/XML/1998/namespace"
>     xmlns:m="http://docs.oasis-open.org/odata/ns/metadata" xmlns:d="http://docs.oasis-open.org/odata/ns/data"
>     xmlns:gml="http://www.opengis.net/gml" xmlns:georss="http://www.georss.org/georss">
>     <category scheme="http://docs.oasis-open.org/odata/ns/scheme" />
>     <content type="application/xml">
>         <m:properties>
>             <d:intnum m:type="Int32">4</d:intnum>
>             <d:stringval>4</d:stringval>
>             <d:timestampval m:type="DateTimeOffset">2004-01-01T00:00:04Z</d:timestampval>
>             <d:clobval m:type="Binary">Y2xvYl92YWx1ZV8wMDAwNA==</d:clobval>
>         </m:properties>
>     </content>
> </entry>
> {code}
> *Result of GET:*
> {code:xml}
> <d:clobval m:type="Binary">NjM2YzZmNjI1Zjc2NjE2Yzc1NjU1ZjMwMzAzMDMwMzU=</d:clobval>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the teiid-issues mailing list