Search found 14 matches

Go to advanced search

by axkrishnan
Tue Sep 02, 2014 6:20 pm
Forum: Issues
Topic: Database projection with computed fields fails silently
Replies: 4
Views: 784
 
Jump to post

Database projection with computed fields fails silently

Ok thanks. That's too bad, it would be a handy feature. I wish the documentation was more clear on exactly which mongo features are and aren't supported, because I've definitely used a few mongo features that aren't mentioned in the docs but still works, so I incorrectly assumed that this would too....
by axkrishnan
Sat Aug 30, 2014 1:11 am
Forum: Issues
Topic: Database projection fails when omitting "_id" field
Replies: 2
Views: 516
 
Jump to post

Database projection fails when omitting "_id" field

I have the following test table: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1093357/ScreenShot2014-08-29at5.58.45PM_inline.png?1409360352 I am trying to use the projection feature to exclude the "_id" field from the results like so: precurl -X GET -H "X-Appery-Database-Id: 54011b...
by axkrishnan
Sat Aug 30, 2014 1:06 am
Forum: Issues
Topic: Database projection with computed fields fails silently
Replies: 4
Views: 784
 
Jump to post

Database projection with computed fields fails silently

I am trying to use MongoDB's projection feature to rename a field that I am returning from a query as described near the end of http://docs.mongodb.org/manual/refere... In the example that is provided in that document, the field "copies" is renamed to "copiesSold" in the result. ...
by axkrishnan
Wed Aug 13, 2014 11:58 pm
Forum: Issues
Topic: (undocumented) database REST error code: 'DBSP007', description: 'Serialization error'
Replies: 18
Views: 2535
 
Jump to post

(undocumented) database REST error code: 'DBSP007', description: 'Serialization error'

Aha! So you were on the right track with your first idea. There was a serialization error because it was expecting JSON and getting a string. Good catch!

by axkrishnan
Tue Aug 12, 2014 11:27 pm
Forum: Issues
Topic: (undocumented) database REST error code: 'DBSP007', description: 'Serialization error'
Replies: 18
Views: 2535
 
Jump to post

(undocumented) database REST error code: 'DBSP007', description: 'Serialization error'

Ah, that's a good idea sending the query as part of the body. Unfortunately I am still getting the exact same error. (I modified your code so that the url pointed to my test table and the database ID is that of my test case's db.) I notice that your URL specifies an object in your table. Is that jus...
by axkrishnan
Tue Aug 12, 2014 6:41 pm
Forum: Issues
Topic: (undocumented) database REST error code: 'DBSP007', description: 'Serialization error'
Replies: 18
Views: 2535
 
Jump to post

(undocumented) database REST error code: 'DBSP007', description: 'Serialization error'

As Kal stated, unfortunately the multiUpdateObject function is not an option for me. Also I just re-read my post and it looks like the copy-paste of the code got cut short. Since I don't see a way to edit my first post, I will re-paste the code I am using here: pre var responseBody = {}, requestPara...
by axkrishnan
Tue Aug 12, 2014 4:39 am
Forum: Issues
Topic: (undocumented) database REST error code: 'DBSP007', description: 'Serialization error'
Replies: 18
Views: 2535
 
Jump to post

(undocumented) database REST error code: 'DBSP007', description: 'Serialization error'

Hello, I'm running the following server code to update existing rows of a table. My understanding is that the correct way to do this is to issue a PUT to the rest interface with two query strings: "where" and "operations". When I do a GET with just the "where" clause, e...
by axkrishnan
Mon Aug 11, 2014 9:43 pm
Forum: Issues
Topic: Is the website down??
Replies: 17
Views: 4914
 
Jump to post

Is the website down??

If you guys could "like" my feature request, maybe it will get some more attention. https://getsatisfaction.com/apperyio/...

by axkrishnan
Thu Aug 07, 2014 9:09 pm
Forum: Issues
Topic: Appery is down
Replies: 17
Views: 2977
 
Jump to post

Appery is down

Just tried again, I don't even have a login button visible at the top of the home page (appery.io)

Edit: nevermind clearing my browser cache did the trick.

by axkrishnan
Thu Aug 07, 2014 9:05 pm
Forum: Issues
Topic: Status page
Replies: 1
Views: 425
 
Jump to post

Status page

I have a feature request: Can we get a status page (e.g. at status.appery.io) that shows the current status of various Appery features (the IDE, server side scripts, the rest interface to databases etc.). At the bare minimum a "current status" badge would make life for me a lot easier so I...

Go to advanced search