orientjs icon indicating copy to clipboard operation
orientjs copied to clipboard

The official fast, lightweight node.js client for OrientDB

Results 100 orientjs issues
Sort by recently updated
recently updated
newest added

A violation against the OSS Rules of Play has been detected. Rule ID: rl-license_file-2 Explanation: Does it use an allowed license? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html

based on https://github.com/orientechnologies/orientjs/issues/184#issuecomment-694426843 i just a fix for it. Thanks @diegonc @wolf4ood, @lvca

A violation against the OSS Rules of Play has been detected. Rule ID: rl-vulnerability_alerts-1 Explanation: Are vulnerability alerts enabled? **No** Find more information at: https://sap.github.io/fosstars-rating-core/oss_rules_of_play_rating.html

We are using Orient 3.x and trying to use OrientJS in VueJS project. The entire project uses typescript. While trying to use OrientJS we get the following errors These relative...

Facing an issue with db sessions failing with the following error only when connecting to a database in distributed mode, on a single instance server the issue doesn't occur. ```...

My circumstances : 1. I am using transaction to save various records to a class. [(Transactions in OrientJS)](https://orientdb.com/docs/3.0.x/orientjs/OrientJS-Transactions.html) 2. I want to set values to field of LINKSET type. My...

question

Hi, I am trying to add one property under my class which includes only numbers e.g. '1234'. Whenever I fire request, it throws below error, `` :"Error parsing query:\nCREATE PROPERTY...

Hello, As per OrientDB Documentation https://orientdb.com/docs/3.1.x/security/Database-Encryption.html I created one database with encryption enabled `CREATE DATABASE plocal:/D:/ORIENT_DB/orientdb-3.1.3/orientdb-3.1.3/databases/testDB admin admin plocal graph -encryption=aes ` which is accessible from the OrientDB console and...

Hi folks! I use SAP Cloud Platform, Cloud Foundry, to host a small API server which talks to OrinetDB database (hosted somewhere else). In few minutes after the app start...

**OrientJS version: 3.0.11** When using `CREATE FUNCTION` in `session.batch()`, having a newline in the function body causes a lexical error in OrientDB. The same `CREATE FUNCTION` statements work from Functions...