orientechnologies / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
https://orientdb.dev
Apache License 2.0
4.75k stars 871 forks source link

Null @version attribute #10332

Open johny65 opened 1 month ago

johny65 commented 1 month ago

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.