diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-30 17:08:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-30 17:08:33 +0000 |
commit | 75d158890b303b701c51f12b34c422fb823ba9aa (patch) | |
tree | 5f10a4a1eb612918ea94a934cfc9b9893ea19442 /tests/test_optimizer.py | |
parent | Adding upstream version 10.5.6. (diff) | |
download | sqlglot-75d158890b303b701c51f12b34c422fb823ba9aa.tar.xz sqlglot-75d158890b303b701c51f12b34c422fb823ba9aa.zip |
Adding upstream version 10.5.10.upstream/10.5.10
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_optimizer.py')
-rw-r--r-- | tests/test_optimizer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_optimizer.py b/tests/test_optimizer.py index af21679..360dfb5 100644 --- a/tests/test_optimizer.py +++ b/tests/test_optimizer.py @@ -117,6 +117,7 @@ class TestOptimizer(unittest.TestCase): self.check_file( "isolate_table_selects", optimizer.isolate_table_selects.isolate_table_selects, + schema=self.schema, ) def test_qualify_tables(self): |