VelocityDB & VelocityGraph

Object and Graph Database - ask us, share & let us know what you need.

VelocityDB Version 5.3.1 Release Notes

Allow updating indexed object without removing and re-adding (at page flush) object from indices (if object uses indices) when updating a NON indexed field. Update non indexed field by calling SessionBase.UpdateObject instead of OptimizedPersistable.Update(). See Indexes NUnit test class Customer.StreetAddress for sample usage.

Started on code using Microsoft Sync Framework but we can’t find any samples showing how to do it and API documentation is not good enough. Anyone? Code is in Sync.cs part of VelocityDbExtensions project.