We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
23.12.2
Running on Linux 6.5.0-14-generic - OpenJDK 64-Bit Server VM 17.0.9
Get the document type
Exception in thread "main" java.lang.UnsupportedOperationException: Schema API are not supported in remote database at com.arcadedb.remote.RemoteMutableVertex.getType(RemoteMutableVertex.java:116) at test.DirectConnect.testInicial(DirectConnect.java:90)
RemoteMutableVertex nvSaved = db.newVertex("SimpleVertex"); nvSaved.set("s", UUID.randomUUID().toString()); nvSaved.save(); System.out.println("type: "+nvSaved.getType());
The text was updated successfully, but these errors were encountered:
Fixed issue #1420
7610baf
Fixed! Sorry, it was super easy to fix but it took a long time.
Sorry, something went wrong.
lvca
No branches or pull requests
ArcadeDB Version:
23.12.2
OS and JDK Version:
Running on Linux 6.5.0-14-generic - OpenJDK 64-Bit Server VM 17.0.9
Expected behavior
Get the document type
Actual behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: