playMaker

Author Topic: Parse Query  (Read 1618 times)

Yanifska

  • Full Member
  • ***
  • Posts: 163
    • My Portfolio
Parse Query
« on: May 16, 2014, 10:41:50 AM »
Hi,

I am studying more in depth the Parse sample scene and something seems broken to me.
In the Parse Query FSM, if there is no MyParseObject class then the ParseObjectCreateQuery  still send a successful event.
Also the Parse Object Comparison Clause (I tried also Exist Clause) returns successful as well even if the class  doesn't exist.
Finally, only the MyParseObjectFirstAsync will return an NoResult Event.

Is this supposed to behave that way ? Maybe I just don't understand what the error event are supposed to mean.



Thanks
Yaniv
« Last Edit: May 17, 2014, 12:22:38 PM by Yanifska »
Visit my portfolio: http://www.yanivcahoua.com/

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Parse Query
« Reply #1 on: May 20, 2014, 09:30:55 AM »
Hi,

 I'll have a closer look, but Errors are indeed no necessarly errors in the expected query result, but more errors with Parse being down, or internet being unavailable.

Bye,

 Jean