Christian Himpe

Results 151 comments of Christian Himpe

Related to https://github.com/ArcadeData/arcadedb/issues/1842

Additionally, current head produces a `Error on transaction execution` / `Transaction not begun` for `IMPORT DATABASE` depending on if `file://` is used for the `empty.csv`.

For importing the edges: 1. Add a header line to the `edges.csv` for example `Tenant, Supervisor` (or use the `edgesHeader` setting), 2. in the `IMPORT DATABASE` command use `edgeFromField=Supervisor` and...

It is not working with 25.5.1 for me either. I assume the problem is that the last import command does not know which types are to be connected. So an...

For example: ``` CREATE VERTEX TYPE Entity; CREATE PROPERTY Entity.id LONG; CREATE VERTEX TYPE Tenant EXTENDS Entity; CREATE VERTEX TYPE Supervisor EXTENDS Entity; ```

Hmm just tried it, it seems it does not work as the importet does not see derived properties.

For finalization: * README: Update text and remove button * Docs: Update Section 11.9 (@gramian)

If this is relevant: Following I gathered the deprecation warnings in the compiler output: ``` [WARNING] arcadedb/engine/src/main/java/com/arcadedb/serializer/UnsignedBytesComparator.java:[22,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release...

Hmm, so a `trim()` on each history item could fix this. I can try to do that.

Sorry, I cannot reproduce this behavior on Chrome or Firefox. Can you provide a step-by-step list to reproduce this effect? Thank you.