]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- allow a separate template database to be used for
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2017 17:12:43 +0000 (13:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2017 17:25:58 +0000 (13:25 -0400)
commit35e879fcded5b21e70d6de840532187f5d304b46
treed03d45b50dc48e63169baded80987b856c49fd3f
parenta1d78a2ce8063e4b0fa351001f56fba06d44b8ce
- allow a separate template database to be used for
PG CREATE DATABASE.  as nobody will connect to it that would
solve the contention issue here
- backport --nomemory since tox.ini is using it

Change-Id: I00a4d52091876e120faff4a8a5493c53280d96f1
(cherry picked from commit 4c306818396c8cc98a16a14c5ed3361cf6ff373a)
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/provision.py