History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-265
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Repository.clear() ignores auto-commit setting

Created: 19/Apr/06 03:45 PM   Updated: 24/Apr/06 04:09 PM
Component/s: Repository API
Affects Version/s: 2.0-alpha-3, 2.0-alpha-2, 2.0-alpha-1
Fix Version/s: 2.0-alpha-4


 Description   
Repository.clear() simply calls clear() on the underlying Sail stack. This is an operation that is not transaction-managed. Repository.clear() should only do this when in auto-commit mode, otherwise the clear() method should be called on the internal transaction.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.