]> 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:06 +0000 (17:58 -0400)
commit42bbb7163adaaa1513c7c4f5212675632be8e030
tree8f67d356363be1ff9f8fb01cf8995c57ca060c60
parenta46932422b9bc7422e86b7d7db9fb753136730e0
- 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