Matias Orlando

Results 3 comments of Matias Orlando

I use the API through a Soap component in Talend, when I send a value like: _media_is_disabled 0 This is nulled by the trim in the code and therefore causes...

Ok, but !trim(0) is true and then the value is set to NULL. If I set the value to "0" it causes an SQL error as well. On Thu, Feb...

I think it is related with the fact that I use a Java component to send the data as XML to the API. If I send something like "0" the...