]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a new type :class:`.postgresql.OID` to the Postgresql dialect.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2014 21:58:06 +0000 (17:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2014 21:58:35 +0000 (17:58 -0400)
commit634127c3fce9e723b62617e5600e78d83eb2553e
treeb0b3344f889d92d9ca20adbc1396c487b4ecfb78
parent4bab5e97b1f4080488caaf830a339c7e8474777a
- Added a new type :class:`.postgresql.OID` to the Postgresql dialect.
While "oid" is generally a private type within PG that is not exposed
in modern versions, there are some PG use cases such as large object
support where these types might be exposed, as well as within some
user-reported schema reflection use cases.
fixes #3002
doc/build/changelog/changelog_09.rst
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_types.py