Skip to content
New issue

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

Null @version attribute #10332

Open
johny65 opened this issue Oct 7, 2024 · 0 comments
Open

Null @version attribute #10332

johny65 opened this issue Oct 7, 2024 · 0 comments
Labels
Milestone

Comments

@johny65
Copy link

johny65 commented Oct 7, 2024

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. With select from V you can see that the @version attribute does have a value.

@tglman tglman added the bug label Oct 8, 2024
@tglman tglman added this to the 3.2.x milestone Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants