We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reflection.Inspector.get_table_names
1 parent d6cb804 commit a5388abCopy full SHA for a5388ab
src/crate/client/sqlalchemy/tests/dialect_test.py
@@ -92,6 +92,6 @@ def test_get_table_names(self):
92
93
insp = inspect(self.character.metadata.bind)
94
self.engine.dialect.server_version_info = (2, 0, 0)
95
- eq_(insp.get_table_names(self.connection, "doc"),
+ eq_(insp.get_table_names(schema="doc"),
96
['t1', 't2'])
97
in_("WHERE table_schema = ? AND table_type = 'BASE TABLE' ORDER BY", self.executed_statement)
0 commit comments