You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java Version: openjdk version "17.0.12" 2024-07-16 (OpenJDK Runtime Environment Temurin-17.0.12+7)
OS: Ubuntu 24.04
Expected behavior
select @version from V to return the vertex version.
Actual behavior
It returns null.
Steps to reproduce
Just create some vertices and then execute select @version from V and the result will be null for each vertex. In previous versions of OrientDB it worked correctly. With select from V you can see that the @version attribute does have a value.
The text was updated successfully, but these errors were encountered:
OrientDB Version: 3.2.34
Java Version: openjdk version "17.0.12" 2024-07-16 (OpenJDK Runtime Environment Temurin-17.0.12+7)
OS: Ubuntu 24.04
Expected behavior
select @version from V
to return the vertex version.Actual behavior
It returns null.
Steps to reproduce
Just create some vertices and then execute
select @version from V
and the result will be null for each vertex. In previous versions of OrientDB it worked correctly. Withselect from V
you can see that the@version
attribute does have a value.The text was updated successfully, but these errors were encountered: