]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Specify view columns in HasTableTest
authorGord Thompson <gord@gordthompson.com>
Fri, 9 Dec 2022 16:55:34 +0000 (09:55 -0700)
committerGord Thompson <gord@gordthompson.com>
Fri, 9 Dec 2022 23:42:59 +0000 (16:42 -0700)
commit8e83f34a0b4f17764f64479b774fb262e0b81910
tree0b00cca82ad7efff290c5188c28358c8d53c8a63
parentd17d78a3b35ddd9131213cc9ad08c252f404baf8
Specify view columns in HasTableTest

Fixes: #8960
Avoid test errors on databases that do not
support CREATE VIEW vv AS SELECT * FROM

Change-Id: Ic9e892aa4466030b9b325c11228dad15cf59a258
(cherry picked from commit 7e9b1450b6899c82c9362cbc92fcc0f01c97b043)
lib/sqlalchemy/testing/suite/test_reflection.py