thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Updating existing Parse Object issue #1

Closed rayzmundo closed 10 years ago

rayzmundo commented 10 years ago

Hi, I am not sure if this is an issue but I tried updating an existinng parse object using Parse4J and instead of updating the columns "active" and "results" it creates a new column "data" as shown in the Image below. image

I don't have code to show you at the moment but I did follow your tutorial. Everything else works perfectly, just updating is causing an issue.

thiagolocatelli commented 10 years ago

Hi, it was an issue detected and fixed last week. I will relese a new version soon on the main maven repository.

On Friday, March 7, 2014, rayzmundo notifications@github.com wrote:

Hi, I am not sure if this is an issue but I tried updating an existinng parse object using Parse4J and instead of updating the columns "active" and "results" it creates a new column "data" as shown in the Image below. [image: image]https://f.cloud.github.com/assets/1372768/2355870/5847a5d4-a5e2-11e3-95ec-0277abdb07b9.png

I don't have code to show you at the moment but I did follow your tutorial. Everything else works perfectly, just updating is causing an issue.

Reply to this email directly or view it on GitHubhttps://github.com/thiagolocatelli/parse4j/issues/1 .

"thiago:locatelli$gmail:com".replace(':','.').replace('$','@')

rayzmundo commented 10 years ago

Thanks for the quick reply thiagolocatelli