]> 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:07 +0000 (09:31 -0400)
commit9f986ce10c6755af3f347a56f9ea03e0e2c5943e
tree071fbf196fa0a0bbd1af23630e737a35448a0fe4
parent55371f4cffa730f65f1b687e9f6287d2ac189227
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
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