﻿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
19638	"Oracle: add ""supports_transactions=True"" to DatabaseFeatures"	Shai Berger	nobody	"Oracle supports transactions. Writing this into the backend, instead of relying on the default test, saves a little work (per thread) and removes a requirement for table-creation permissions.

(This used to cause testing issues with Django 1.3, nowadays it's just a minor thing. Supported by Ian Kelly, https://groups.google.com/d/msg/django-developers/UASD8v7qQkg/k7pxdGfgEioJ).

Patch: in django/db/backends/oracle/base.py, line 87, add this new line:
{{{
    supports_transactions=True
}}}

Thanks, Shai."	Cleanup/optimization	closed	Database layer (models, ORM)	1.4	Normal	fixed	oracle		Accepted	1	0	0	0	0	0
