Vinzenz 'evilissimo' Feenstra

Results 12 issues of Vinzenz 'evilissimo' Feenstra

"{runtime.ide.path}" was appended to the dfu-util call which is nonsense

``` dat_test=# create table test (time timestamp without time zone NOT NULL DEFAULT (now() AT TIME ZONE 'utc'), name TEXT NOT NULL); CREATE TABLE dat_test=# insert into test (name) VALUES('Hello');...

The lexer currently does not have any checks for encoding definitions. The lexer should be able to forward the encoding information to the parser.

### ArcadeDB Version: ArcadeDB Server v22.1.3-SNAPSHOT (build d38e26aa6978b19d0d69999919b5c076fc994d37/1642118408201/main) Platform: Docker image from docker hub JAVA_VERSION=jdk-11.0.13+8 ## Expected behavior No ERROR and successful call of timestamp() ## Actual behavior ERROR with...

enhancement

An attempt to add support for merge actions to AGE. This is currently WIP and I will need some help understanding the code a bit better. Currently I am lost...

In order to to fully test the library there should be unit and functional tests ensuring the stability anf correctness of the library.

enhancement

This patch unifies the collection of repositories. Signed-off-by: Vinzenz Feenstra

Signed-off-by: Vinzenz Feenstra

A lot of actors are expecting only one type and are using next to retrieve the value. This patch introduces a convenience function that is simplifying the usage for actors...

proposal

Previously running an actor within a test caused the test to be executed in a forked process and when it was executing the actor the actor was also being executed...

wip