]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use random table name
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 May 2022 16:27:59 +0000 (12:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 May 2022 16:27:59 +0000 (12:27 -0400)
commitd7b131d2dfc4c519b23d9ed29364036ef88b1863
treeb5d45745c292c928873eb6df6bc5cfdad1b953fb
parent3d00de4cca7a80650316754f338317824f921940
use random table name

this test is failing on CI with "##foo does not exist",
so hypothesize there's some kind of race condition with
global temp table names.

Change-Id: I8c6c26a7fda70f67735ce20af67373c311e48731
test/dialect/mssql/test_reflection.py