mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-22 00:22:01 -04:00
Merge "Improve testcase condition statement for dialects"
This commit is contained in:
@@ -1146,10 +1146,7 @@ class ReflectionTest(fixtures.TestBase, ComparesTables):
|
||||
)
|
||||
sa.Index("where", table_a.c["from"])
|
||||
|
||||
# There's currently no way to calculate identifier case
|
||||
# normalization in isolation, so...
|
||||
|
||||
if testing.against("firebird", "oracle"):
|
||||
if meta.bind.dialect.requires_name_normalize:
|
||||
check_col = "TRUE"
|
||||
else:
|
||||
check_col = "true"
|
||||
|
||||
Reference in New Issue
Block a user