orango icon indicating copy to clipboard operation
orango copied to clipboard

ArangoDB Object Modeling for Node.js, Foxx and Modern Web Browsers

Results 15 orango issues
Sort by recently updated
recently updated
newest added

Have a model like this schema.type('edge', { from: 'Task', to: ['Task'] }) Then when using let plan = Plan.link( { Task: "2320844", Task: "2273357" } ) Get Error message, Error:...

For this usecase let query = Comment.find() .outbound('user', 'eddie', {}) .return(orango.return.distinct()) Get Error Message can not find id of undefined. Problem is at roboncode/orango/blob/master/lib/helpers/queryToAQL.js Line 120, AQB.expr( `${query.vertex.direction} '${ModelCls.collectionName}/${ query.outbound.id...

please upgrade lodash in Tang is outdated ![image](https://user-images.githubusercontent.com/7749319/62003205-498ed500-b0d9-11e9-9495-9db053b4223f.png) Thx 👋

Hey there - it's your friendly neighborhood annoying dude who's loving your ODM and perpetually blowing up your Issues section. Working on a model, and I want to add an...

**Version:** 1.0.0-alpha-2.1 **Node:** node:10.15.1-alpine **Arango:** arangodb:3.4.1 **Code:** ```javascript await memberSerivce.unlink({ group: 'group1', user: 'user1' }) ``` **More information:** Link and Inbound are working fine. Occurred in E2E test. **Error:** ```javascript...