]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
disambiguate SQL server temp table constraint names
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Dec 2020 02:06:15 +0000 (21:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Dec 2020 02:11:15 +0000 (21:11 -0500)
commit8e159832596f15865f89675fa19202b171c99d7a
treeb852d8f453fe808074b1cff68a1aed8159359e22
parent97657da543985f2c1369a64202eff559d7bf6d00
disambiguate SQL server temp table constraint names

This seems to be raising errors lately which was not the
case earlier, however SQL Server seems to produce name conflicts
for named constraints against temp tables in different databases.
I can raise the error every time here running two tests
from ComponentReflectionTest with -n2.  Unknown why the issue
is happening now and didn't occur for several months.

https://www.arbinada.com/en/node/1645 has some background.

Change-Id: I8854dfd88503fb855a7e12622ebe97c08915e5bb
lib/sqlalchemy/testing/config.py
lib/sqlalchemy/testing/provision.py
lib/sqlalchemy/testing/suite/test_reflection.py