orientjs
orientjs copied to clipboard
The official fast, lightweight node.js client for OrientDB
## Version Information orientdb: 3.0.20 orientjs: 3.0.5 node: v10 ## Behaviour Throws an error when the default value of a string field contains white space ## Steps to reproduce ```js...
When executing `npm install --save orientjs`, I receive the following messages: ``` d:\code\node_modules\orientjs-native\lib\native\deserializer.cc(18): warning C4996: 'v8::Value::ToBoolean': was declared deprecated [D:\Code\node_modules\orientjs-native\build\deserializer.vcxproj] c:\users\dev\.node-gyp\10.15.3\include\node\v8.h(10034): note: see declaration of 'v8::Value::ToBoolean' d:\code\node_modules\orientjs-native\lib\native\writer.cc(19): warning C4996: 'v8::String::Utf8Value::Utf8Value':...
Exact error: ``` OrientDB.RequestError: Error on parsing command: Found unexpected keyword 'ELOGAIN' while it was expected '[=, WHERE]'. Use UPDATE |cluster:> [SET|ADD|PUT|REMOVE|INCREMENT|CONTENT {}|MERGE {}] [[,] = |]* [LOCK ] [UPSERT]...
I am randomly getting following error : ``` Error: Resource not currently part of this pool at Pool.release (/node_modules/generic-pool/lib/Pool.js:505:9) at ODatabaseSessionPool.release (/node_modules/hapi-orientdb/node_modules/orientjs/lib/client/pool/index.js:63:22) at ODatabaseSession.close (/node_modules/hapi-orientdb/node_modules/orientjs/lib/client/database/database.js:347:24) at Object.listener (/node_modules/hapi-orientdb/index.js:75:56) at module.exports.internals.Podium.internals.Podium.emit...
### orientjs version v3.0.4 ### orientdb version v3.0.14 ### OS version Centos07 Following the examples here http://orientdb.com/docs/3.0.x/orientjs/OrientJS-Transactions.html I am migrating code that previously worked with orientdb 2.X.X. However now the...
I built a node.js/Express API with OrientJS to query my OrientDB database. I use getClassList() [shown below] to retrieve a refreshed class list from the database to send back to...
I'm a little confused about which APIs are currently recommended for use. The current docs, 3.0, have docs that recommend using the Client and Session objects for connecting to and...
Is there any way of letting OrientJS to auto-reconnect when the connection drops like we have `autoReconnect` in Mongoose. Also, if this is not supported yet, what is the best...
Currently a configuration as follows is needed when connection to a distributed set of servers: ``` var server = OrientDB({ host: '10.0.1.5', port: 2424, username: 'root', password: 'root_passwd', servers: [{host:...
Please consider updating your dependency on the `request` package. This package uses `hawk` which in turn uses `hoek` in a certain version which has a security issue (at least in...