Luca Garulli

Results 41 issues of Luca Garulli

From a user: Here is something that I think is bad in the documentation. the syntax says ``` CREATE DATABASE REMOTE:192.168.1.1/trick root E30DD873203AAA245952278B4306D94E423CF91D569881B7CAD7D0B6D1A20CE9 PLOCAL ``` so when we tried to...

Index iterators could return records that don't match the filtered condition when concurrent modifications are executed. This is randomly reproducible with `RandomTestMultiThreadsTest` test case. This test case uses 2 indexes.

bug
in progress

Pending PR to analyze differences after a long time working on this branch. This PR is for https://github.com/ArcadeData/arcadedb/issues/1391.

enhancement

Hi guys, If I execute this: ``` curl -X DELETE "https://api.alpaca.markets/v2/orders/XXXXXXXXXXXXXX" -H "Authorization: Bearer YYYYYYYY" ``` I got HTTP 204 (OK) even if the order was already filled. * Trying...

We'd need a basic support for [Encryption at REST](http://orientdb.com/docs/last/Database-Encryption.html) by: 1. displaying a special icon in case the database and which clusters are encrypted on disk 2. support creation of...

enhancement
waiting reply
EE

We need a new panel under schema to manage [sequences](http://orientdb.com/docs/last/Sequences-and-auto-increment.html) with the possibility to create/drop/alter and display current counters.

enhancement

In Studio such operations are not supported with the GUI yet.

enhancement
P2
PEL3

Test case to reproduce it: ```java @Test public void testTypes() throws Exception { testEachServer((serverIndex) -> { Assertions.assertTrue( new RemoteServer("127.0.0.1", 2480 + serverIndex, "root", BaseGraphServerTest.DEFAULT_PASSWORD_FOR_TESTS).exists( DATABASE_NAME)); final RemoteDatabase database = new...

bug

@dijef I can see how encryption (and compression) would be implemented much better into the serializer. I was thinking of providing a simple listener interface that acts right at the...

enhancement

After this PR (https://github.com/ArcadeData/arcadedb/pull/1680), we have a basic support for encryption at rest for the whole database. It would be nice to have the following features built on top of...

enhancement