Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: New behavior for moving clock ticks #28

Open
bijanvakili opened this issue Jun 2, 2017 · 2 comments
Open

Proposal: New behavior for moving clock ticks #28

bijanvakili opened this issue Jun 2, 2017 · 2 comments

Comments

@bijanvakili
Copy link
Contributor

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.

@multigl
Copy link
Contributor

multigl commented Jun 9, 2017

Updates:

  1. Activity -- require set before changing properties, expire on .commit
  2. 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

@multigl
Copy link
Contributor

multigl commented Jun 17, 2017

#29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants