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

encapsulate revisions caused by a single transaction in revisionIndex #52

Open
GoogleCodeExporter opened this issue Jun 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

By starting a transaction all including querys should be encapsulated in a 
single "transaction-revision". It should be possible to provide key-value meta 
information to the transaction (e.g. user executing query, query-origin, ...) 
which are reflected in a meta-set inside the transaction-revision.

Advantages would be:
- users expect to be able to see what was caused by a tmql update query as a 
single "transaction-revision"
- users would expect the same for rollbacks
- it is important to connect changes made by users to revisions for security 
and usability reason (future versions of mt or rtm could provide basic 
access-control e.g. modifying a topic is only allowed to he who created a topic)

Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 1:00

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

No branches or pull requests

1 participant