]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
removed redundant found_table, making self.has_table usage more compact while throwin...
authorSumit Khanna <ksumeet40@gmail.com>
Fri, 1 Oct 2021 05:34:16 +0000 (11:04 +0530)
committerSumit Khanna <ksumeet40@gmail.com>
Fri, 1 Oct 2021 05:34:16 +0000 (11:04 +0530)
commit6d5af214a3cc2f098879fc78e564cea540909c1b
tree686ff3e84a7748dc1163fc7f1cf63b49021bbf9e
parent5107a184536f5aac4e71c66274c6806e915188d5
removed redundant found_table, making self.has_table usage more compact while throwing NoSuchTableError exc
lib/sqlalchemy/engine/reflection.py