﻿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
10716	Syntax error and bug in db/backends/oracle/creation.py	CanariX	nobody	"Playing with the django tests on an Oracle DB, I've found 2 bugs in the db/backends/oracle/creation.py file :

- line 110, the line settings.DATABASE_NAME = TEST_DATABASE_NAME is missing. Without this line, Django could use the production DB instead of the test one (can be quite annoying).
This mod also impacts the mods on some other lines because of the ""remember"" dict.

- line 247, there's 2 typos : it should be ""def _test_database_user(self, settings):"" instead of ""def _test_database_user(self, ettings):"" and DATABASE_USER instead of DATABASE_NAME

I saw the problem in the 1.0.2 version, but the SVN has the same errors.

Julien

I attached a patch for the 1.0.2 version"		closed	Database layer (models, ORM)	1.0		fixed	oracle		Accepted	1	0	0	0	0	0
