andrii0lomakin / 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.
http://orientdb.org
Apache License 2.0
0 stars 0 forks source link

Implemented property old value in ODocument #123

Closed leostryuk closed 6 months ago

leostryuk commented 6 months ago

What does this PR do? A brief description of the change being made with this pull request. Adds ability to access value of property before any modification was done.

Motivation What inspired you to submit this pull request?

Related issues A list of issues either fixed, containing architectural discussions, otherwise relevant for this Pull Request.

Additional Notes Anything else we should know when reviewing?

Checklist [] I have run the build using mvn clean package command [] My unit tests cover both failure and success scenarios

andrii0lomakin commented 6 months ago

Thank you @leostryuk