diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-23 15:21:16 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-23 15:21:16 -0400 |
| commit | b490534657229cbc44f1f5735a39539ceaf776a3 (patch) | |
| tree | bae34903b54189215938b55455443b822a70ff33 /doc | |
| parent | faa5a9067661039dcc8663e00bdcea2d098c9989 (diff) | |
| download | sqlalchemy-b490534657229cbc44f1f5735a39539ceaf776a3.tar.gz | |
- pep8 formatting for pg table opts feature, tests
- add support for PG INHERITS
- fix mis-named tests
- changelog
fixes #2051
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index fb639ddf7..4e75181da 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,6 +17,19 @@ :version: 1.0.0 .. change:: + :tags: feature, postgresql + :tickets: 2051 + + Added support for PG table options TABLESPACE, ON COMMIT, + WITH(OUT) OIDS, and INHERITS, when rendering DDL via + the :class:`.Table` construct. Pull request courtesy + malikdiarra. + + .. seealso:: + + :ref:`postgresql_table_options` + + .. change:: :tags: bug, orm, py3k The :class:`.IdentityMap` exposed from :class:`.Session.identity` |
