Opened 18 years ago
Closed 18 years ago
#4758 closed (worksforme)
Oracle transaction doesn't rollbacks when deleting objects
Description ¶
I use Oracle 10.2.0.1 with default config options.
When I try to delete objects this way:
Foo.objects.filter(...).delete()
and then fire the transaction.rollback() the changes are saved, so i have no objects in result (which i filtered).
No errors anywhere.
I've tested the same VIEW with the same settings.py file on PostgreSQL and all was ok.
Trunk also has this behavior.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I assume this was about using TransactionMiddleware. I tested several scenarios against that, and it seems to be working as expected. I'll close this bug.
I wasn't able to replicate this using the latest trunk revision. Could you post an example that shows this problem in action?