Christian Himpe
Christian Himpe
Well, as a workaround how about something like: ```sql LET $source_id = '#1:143'; LET $source = (SELECT FROM Type WHERE @rid = $source_id); RETURN [$source_id, $source] ``` The filter argument...
In a way. On the other hand, allowing variables and parameters everywhere is probably a security nightmare. A workaround for the type could be to add a property reflecting the...
Thanks for reporting this. I will fix this in the next docs update: https://github.com/ArcadeData/arcadedb-docs/pull/360 .
Are you using the same similarity measure?
> Is it a bug or a feaure? A point of view. There a different valid ways to shift a cosine image, you can `1.0*cos(x)+1.0` or `0.5*cos(x)+0.5`. This should't make...
'graph' already exists error when starting Gremlin and creating database at same time for first time
I can reproduce this with: ```shell $ bin/server.sh "-Darcadedb.server.rootPassword=arcadedb" "-Darcadedb.server.defaultDatabases=graph[]" "-Darcadedb.server.plugins=GremlinServer:com.arcadedb.server.gremlin.GremlinServerPlugin" ``` under MacOS.
'graph' already exists error when starting Gremlin and creating database at same time for first time
A quick workaround is to rename the default database in `config/gremlin-server.groovy`, see also https://github.com/ArcadeData/arcadedb/blob/main/package/src/main/config/gremlin-server.groovy . However, I guess the expected behavior would be that Gremlin reuses an existing database if...
Hi, with respect to the query: did you already try something like ``` SELECT hasLocation.transform('asRecord') FROM Users ``` I haven't tested this, but it should apply the `asRecord` converter method...
To be able to help with the filter you need to provide the error and stacktrace.