psytron

Results 28 comments of psytron

( Mac OS 13 , Arango Version 3.10.0 , installed with Homebrew ) brew install arangodb Can Reproduce: Take any example graph and try to make an edge between any...

Ok thanks @maxkernbach ! I didn't notice a way to install 3.10.1 with homebrew on osx. The homebrew recipes are still on 3.10.0 ( https://formulae.brew.sh/formula/arangodb )

> It takes some time after a release before a new version becomes available via homebrew. You may use the DMG or tar packages instead: https://www.arangodb.com/download-major/macosx/ DMG: Thank you @Simran-B...

This means nodes and relationships break when they migrate between server instances ? What is the value of having the fancy new elementID ?

> The motivation to introduce them was to facilitate some new unreleased features. Cool, what features?

Was the new ElementID in V5 intended to solve this issue? The documentation shows query be elementID looks like this: ``` WHERE split(elementId(n), ":")[2] = "0" ``` In Discord some...

columns: all text fields , 1 image , and 2 many-to-many columns

Other things we tried: Deleted all columns except regular text column: Still the same error. Upgraded to latest version of NocoDB: Still the same error. Can't export data Can't move...

> @psytron The error message doesn't give any useful info for debugging. Have you tried the latest version (i.e. `nocodb/nocodb:0.101.0-beta.0`)? Also please provide a dummy file for reproducing the issue....