Alexey Ignatyev a écrit :
I tried to pass float number via channel:channel.request.send('raw_command', {data: float_number}); It is always implemented like integer (4.3=4, 5.9=5). I see output of Firebug and it is all normal: values passed in query like float. So error on server side. Is this normal?
Yes, there is a bug. I suggest you to pass it as string. Anthony C. -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
