@lvca I think this is not testing the thing. I probably am not describing the issue correctly, sorry for that.
I meant, that the sysdate() function is already evaluated in this line ALTER PROPERTY Log.createdOn DEFAULT sysDate(). So all vertices will have exactly the same time stamp.
I tested by creating two vertices with a 2 second pause in between the two inserts and then compared the createdOn properties.
Originally posted by @gramian in #780 (reply in thread)
I meant, that the
sysdate()function is already evaluated in this lineALTER PROPERTY Log.createdOn DEFAULT sysDate(). So all vertices will have exactly the same time stamp.I tested by creating two vertices with a 2 second pause in between the two inserts and then compared the
createdOnproperties.Originally posted by @gramian in #780 (reply in thread)