]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
test: verify MetaData.reflect forwards kwargs to all inspector methods 12885/head
authorLukáš Kožušník <lukinkozusnik@seznam.cz>
Fri, 26 Sep 2025 21:09:26 +0000 (23:09 +0200)
committerLukáš Kožušník <lukinkozusnik@seznam.cz>
Fri, 26 Sep 2025 21:09:26 +0000 (23:09 +0200)
commit9436812223600a2459461744fe20648639afc07d
tree677facf34657e62bf17c05517706f86076ed7fe0
parenta8a98f80b2420300c61e8551b7b05bab81aa7c56
test: verify MetaData.reflect forwards kwargs to all inspector methods

Signed-off-by: Lukáš Kožušník <lukinkozusnik@seznam.cz>
lib/sqlalchemy/sql/schema.py
test/engine/test_reflection.py