]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add postgresl.REGCLASS type for casting table names to OIDs and vice versa
authorSebastian Bank <sebastian.bank@uni-leipzig.de>
Mon, 2 Apr 2018 15:25:08 +0000 (11:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Apr 2018 13:31:58 +0000 (09:31 -0400)
commit2581ae686c1ce91397e2a8a824febf344698df1e
tree06af8dabbc7868a7a03fa5b79dd61fe89f474b22
parent383154b50f6cadbce6630faba5e324d74d14daaa
Add postgresl.REGCLASS type for casting table names to OIDs and vice versa

Fixes: #4160
Change-Id: Id0bdbad1be3a0950dc8f35895ee13d9264244722
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/435
(cherry picked from commit 9f986ce10c6755af3f347a56f9ea03e0e2c5943e)
doc/build/changelog/unreleased_12/4160.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_types.py