orientjs
orientjs copied to clipboard
The official fast, lightweight node.js client for OrientDB
Updated class.update to support current spec with the exception of CLUSTERSELECTION and CUSTOM which seem to have other issues currently. Added unit tests for new updates to class.update.
_From @osklyar on April 1, 2015 13:5_ A query made with a once initialized and kept in that state DB object (`var db = oriento({...}).use("somedb")`) is running into a timeout...
I see a Java and shell example, no JS example.
``` javascript /*This does not work and results in the following err: OrientDB.RequestError: Error on parsing query Query: "#9:0" ------^ at Operation.parseError (/ */ var params = {params: {id: '#9:0'}};...
From the last successfully build on travis: ``` Bug #27: Slow compared to Restful API Binary Protocol Took 1587ms, 3151 documents per second ✓ should load a lot of records...
When we execute the below query in **orientdb studio** it shows the comment with a nested json named **author** which has **name** and **rid** in it. `select *, $author as...
OrientDB supports Long and BigDecimal types, In order to support them in orientjs create explicit types to bypass the [Javascript](http://www.w3schools.com/js/js_numbers.asp) restriction.
Being new with OrientDB, I might get a concept wrong, so sorry if that is the case with this issue. Let me explain... Connecting with OrientDB this way works as...
Hi, I have a problem when inserting date before the start of the gregorian calendar (10-15-1582) If i insert a date in OrientDb before 10-15-1582, the date returned on select...
Allow creation server with { ssl: true, ca: } options, to use classic tls over load balancer with / instead java keystore method