Enrico Risa

Results 229 comments of Enrico Risa

@hosseinGanjyar which version of node? i was with `v4.7.0`

I've executed https://gist.github.com/maggiolo00/34052268aad86ecbd318052ad85d07e9 with node 6.9.2 without problem.

Hi @RubenVermeulen yes i noticed too. For backward compatibility i cannot change that. So we are probably going to change that for 3.0 and use the same format Thanks

@tiagodavi yes you can activate debug mode. ``` var OrientDB = require("orientjs"); var server = OrientDB({ host: 'localhost', port: 2424, username: 'root', password: 'root', logger : { debug : console.log.bind(console,...

About the query builder there is support for >= and

It will be supported in protocol V37 https://github.com/orientechnologies/orientjs/issues/251