]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve postgresql reflection
authorFederico Caselli <cfederico87@gmail.com>
Fri, 10 Oct 2025 22:31:00 +0000 (00:31 +0200)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Oct 2025 13:27:18 +0000 (13:27 +0000)
commit5b49b59ab7b131ee3a0804222910190e4014263c
treeca0b931dae92b622eb43c49024183880cf3d1172
parent78af7c4f0406df614adc65a460481406eb4b1073
Improve postgresql reflection

Some improvements to the reflection of PostgreSQL to avoid
unnecessary queries when not needed.

Fixes: #12908
Change-Id: Ic3da50ee43670f26d3159f5ec9a235a9a1963b8a
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py