]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed reflection of identity columns in tables
authorFederico Caselli <cfederico87@gmail.com>
Thu, 25 Mar 2021 20:08:21 +0000 (21:08 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 25 Mar 2021 20:08:21 +0000 (21:08 +0100)
commit3fe8d618e3614edc8f9e4241e7521a984f2f21c6
tree2f40cd4f8bb18ab51ec935f9563389928e92bdc8
parentacd0122c2cb9ad0fe0cf92b306ea50dd51ec88b8
Fixed reflection of identity columns in tables
with mixed case names in PostgreSQL.

Fixes: #6129
Change-Id: I50480cec03fcb44a668c9b0f9c72950803b771d9
doc/build/changelog/unreleased_14/6129.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py