﻿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
17762	Multi-db apps (no Django test suite) testing fails to create in-memory sqlite DBs	Aron Grififs	nobody	"When testing a project with multiple databases, Django fails to create multiple in-memory SQLite databases, instead it creates only one (which is populated only with the table definitions for the default DB).  The problem is that the generic test_db_signature() in [source:django/trunk/django/db/backends/creation.py db/backends/creation.py] doesn't work for in-memory SQLite databases, which all have the same NAME ("":memory:"").

The attached patch fixes this problem by adding a test_db_signature() method to the SQLite DatabaseCreation class."	Bug	closed	Database layer (models, ORM)	1.3	Normal	duplicate		aron@…	Accepted	1	0	1	1	0	0
