Search found 37 matches

Go to advanced search

by Dmitrij Kudrin
Wed Aug 27, 2014 7:06 am
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

Ok, Thanks a lot Yurii!

by Dmitrij Kudrin
Tue Aug 26, 2014 6:02 am
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

I have made Alert with JSON.stringify(whereObject2), that you can see on screenshot. It shows that email comes with " " and all seems to be right. But it doesn't work.

by Dmitrij Kudrin
Tue Aug 26, 2014 5:59 am
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

Sorry, another problem with this. http://devcenter.appery.io/documentat... I try to set WHERE clause with $ne not equal to storage value (email). You can see JS in ShowFriendsService mapping. var whereObject2 = {"nname": {"$ne":value}}; return whereObject2; It doesn't work. I get...
by Dmitrij Kudrin
Tue Aug 26, 2014 3:50 am
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

Ok, Thank you! Didn't thought it must work this way.
May be useful for others.

by Dmitrij Kudrin
Mon Aug 25, 2014 3:21 pm
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

I have shared app and DB with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.

by Dmitrij Kudrin
Mon Aug 25, 2014 8:26 am
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

To 1)
Note, that after sign up in my app, you must enter EMAIL and password to login.

by Dmitrij Kudrin
Mon Aug 25, 2014 7:28 am
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

Hi Katya, 1) Yes there is error "PUT https://api.appery.io/rest/1/db/colle... 400 (Bad Request) " in console. code: "DBSP007" description: "Serialization error" Link on app: http://appery.io/app/mobile-frame?src... You can Sign Up as new user in app. Watch Position butt...
by Dmitrij Kudrin
Sun Aug 24, 2014 9:46 am
Forum: Issues
Topic: DB Update with WHERE and clause in JS doesn't work
Replies: 11
Views: 2689
 
Jump to post

DB Update with WHERE and clause in JS doesn't work

Hello, I have made DB update service with $set. Update it self works, but when I try to add WHERE clause with JS it doesn't work. I have tried many variations. RETURN function in JS doesn't work correctly. How to do it right? On screenshot you can see mapping with local storage variable. It's a fina...
by Dmitrij Kudrin
Sat Aug 23, 2014 12:49 pm
Forum: Issues
Topic: How to make email confirmation by new user registration?
Replies: 2
Views: 564
 
Jump to post

How to make email confirmation by new user registration?

I have registration screen in my app. User must enter: Name, email, password. All this data goes to DB. But how to make email confirmation?
Thanks in advance.

Go to advanced search