Taneli Leppä
Taneli Leppä
I'm not sure, I did not run any, just functional tested. It's kind of a hack anyway, since Waterline is not really designed for graph databases anyway. But I'll have...
I fixed couple of things that resulted in failed tests, now it now pretty much passes all applicable tests for features that are supported. Also added in the test runner...
You mean this: https://github.com/balderdashy/waterline/issues/73 ?
Can you guys give me an example how you'd like this to work? I'm using Model.query mostly for my queries (since most of my queries are GRAPH_NEIGHBORS lookups) and those...
Can you try this branch: https://github.com/rosmo/sails-arangodb/tree/select-support It (at least tries to) implements Model.find({ where : { ... }, select: [ 'field1', field2', ...] }) support.
Binaries built with go generally land in `$GOPATH/bin` (by default `~/go/bin`, eg. under your home directory). So something like `~/go/bin/gcpviz` should work.
Do other queries work?
Just noticed this hasn't been fixed yet, could we get this merged?
Hey all, I adapted the test script to work with Deco X90. They changed quite a lot, everything is "encrypted" (quotations because the way the use RSA & AES seems...
Yes, that's certainly true. Would require a rewrite though and I don't use this very actively anymore...