You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would require Session.flush() to automatically handle incrementing clock ticks for all instances in a session should a change be detected. This removes the need for using the context manager on individual entities which can sometimes be cumbersome.
The text was updated successfully, but these errors were encountered:
Activity -- require set before changing properties, expire on .commit
Explore
a. each property change is a new clock tick, each correlated with either timestamp or activity
b. all property changes are on the same clock tick, expired on .commit
Proposal: Remove the clock_tick context manager
This would require
Session.flush()
to automatically handle incrementing clock ticks for all instances in a session should a change be detected. This removes the need for using the context manager on individual entities which can sometimes be cumbersome.The text was updated successfully, but these errors were encountered: