thiagolocatelli / parse4j

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

Array support doesn't work properly #29

Open NashBashor opened 9 years ago

NashBashor commented 9 years ago

Hello, I tried the example for columns with type "Array" with the given example:

gameScore.addAllUnique("skills", Arrays.asList("flying", "kungfu")); gameScore.saveInBackground();

And it throw me the exception: Exception in thread "main" java.lang.IllegalArgumentException: not implemented! at org.parse4j.operation.AddUniqueOperation.apply(AddUniqueOperation.java:27) at org.parse4j.ParseObject.performOperation(ParseObject.java:396) at org.parse4j.ParseObject.addAllUnique(ParseObject.java:331)

It seems that this feature is not implemented yet.

GaurabAryal commented 9 years ago

Irrelevant question: are you using libgdx by any chance? Thank you.

NashBashor commented 9 years ago

Nope, not in this parse4j project.

GaurabAryal commented 9 years ago

Oh, okay. Would you happen to know how i could possibly implement it in a libgdx project? I am having trouble. Sorry for hijacking your thread. Thank you once again.

nickolayrusev commented 9 years ago

hi, when i have a spare time ( may be this weekend) i will start to work on this issue.

engin-y commented 8 years ago

hey, any progress on this issue?

crorodriguezro commented 8 years ago

i got the same error Any update?

tomnof commented 7 years ago

This thread is a bit old, but any chance there's something new?