orientdb icon indicating copy to clipboard operation
orientdb copied to clipboard

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Tr...

Results 284 orientdb issues
Sort by recently updated
recently updated
newest added

### OrientDB Version: 3.2.5 ### Java Version: 17 ### OS: mx linux 21 ## Expected behavior import of all functions from OFunction class as they were created in exported database....

bug

### OrientDB Version: 3.2.x OStorageRemoteAsyncOperationTest.testAsyncRead/testSyncCall tests are failing with the exception: ``` \[INFO\] Running com.orientechnologies.orient.client.remote.OStorageRemoteAsyncOperationTest Apr 01, 2022 10:44:24 AM com.orientechnologies.common.log.OLogManager log INFO: Detected limit of amount of simultaneously open...

### OrientDB Version: 3.0.0 RC1 ### Java Version: Java 8 ### OS: Windows 8.1 ## Expected behavior When using server-side Javascript functions in 3.0 , there is an implicit variable...

enhancement

### OrientDB Version: 3.0.1 ### Java Version: 1.8.0_131 ### OS: CentOS release 6.6 (Final) ## Expected behavior Is it possible OResultSets in 3.0.1 aren't always released when you call .close()?...

### OrientDB Version: 2.2.12 ### Java Version: Oracle JDK 8u172 ### OS: macOS 10.13 ## Expected behavior It should be possible to create two independent databases in the same JVM,...

### OrientDB Version: 3.0.6 ### Java Version: 1.8 ### OS: Win 10.1 ## Expected behavior see **_$MyoriginalCode_** below in code ## Actual behavior see **_$MyProblem_** below in Code ## Steps...

### OrientDB Version: 3.0.8 ### Java Version: openjdk 1.8 ### OS: alpine 3.4 ## Expected behavior ![image](https://user-images.githubusercontent.com/3224592/49866704-c8fcbc00-fe08-11e8-9511-3f8e7bd4b442.png) Let be **Connector** a Vertex with description property (using collate case insensitive) with...

bug

### OrientDB Version: How to check ### Java Version: Not Sure ### OS: Not sure I need to query the OrientDB using Rest API I can run normal SQL like...

question

### OrientDB Version: 3.0.26 ## Expected behavior count(distinct()) should count the number of distinct element. ## Actual behavior It seems to count the total elements ## Steps to reproduce 1....

documentation

### OrientDB Version: 3.0.31 ### Java Version: JDK 11 ### OS: macos ## Issue We are getting a `ConcurrentModificationException` when we wrap a particular function in a transaction. If we...

bug