﻿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
32376	Allow destroy_test_db() not to fail if database doesn't exist	Mateusz Mandera	nobody	"**The situation**
In our test setup we directly call `connection.creation.destroy_test_db` and the database that's meant to be dropped may or may not exist - the latter scenario is completely okay and shouldn't fail

**The Problem**
_destroy_test_db uses `DROP DATABASE` query, meaning an exception is thrown if the database doesn't exist

**A possible solution**
destroy_test_db could take an additional optional argument, which if True, would cause `IF EXISTS` to be used in the query.
"	New feature	closed	Database layer (models, ORM)	3.1	Normal	wontfix			Unreviewed	0	0	0	0	0	0
