Issue Details (XML | Word | Printable)

Key: CORE-3377
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Andy Jefferson
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JPOX Core (ARCHIVED)

NontransactionalWrite : deletePersistent() can attempt to use batch delete and not commit the statement

Created: 16/Sep/07 03:55 PM   Updated: 17/Sep/07 09:17 AM   Resolved: 16/Sep/07 04:02 PM
Component/s: Datastore Support, Transactions
Affects Version/s: 1.2.0-beta-3
Fix Version/s: 1.2.0-beta-4


 Description  « Hide
When using non-tx write and calling deletePersistent if the underlying datastore supports batching of RDBMS statements then the statement can be left batched and not processed ... until the next txn starts

Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 16/Sep/07 04:02 PM
In CVS HEAD - PersistenceManagerImpl test now passes