﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4758	Oracle transaction doesn't rollbacks when deleting objects	audial	nobody	"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.

"		closed	Database layer (models, ORM)	unicode		worksforme	transaction oracle delete		Unreviewed	0	0	0	0	0	0
