]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Clean-up implementation 12584/head
authorThomas Stephenson <ovangle@gmail.com>
Fri, 16 May 2025 15:51:07 +0000 (01:51 +1000)
committerThomas Stephenson <ovangle@gmail.com>
Fri, 16 May 2025 15:52:59 +0000 (01:52 +1000)
commitc629f981225dd3e9c5fa37750c51c4579e11a064
treebfebcc469ae5786533744052c96a99a7b75b428d
parent82fa74e28f96030f9dc4e9247187cca8326c19de
Clean-up implementation

- Add pg_tablespace, pg_inherits tables to pg_catalog (not committed
  originally)
- Add test for table using non-default access method
- Remove commented code
- Correct formatting errors in docs
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/pg_catalog.py
test/dialect/postgresql/test_reflection.py