diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-17 00:23:37 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-17 00:23:50 -0400 |
| commit | 5cbf8be95d1ad00285dce9a0418337ea66194051 (patch) | |
| tree | cbddd6bf6fbee343bbe4595a784bf6ea3af34c53 | |
| parent | 22b2fe56eb883ceaeff6fa986d64952904d245f6 (diff) | |
| download | sqlalchemy-5cbf8be95d1ad00285dce9a0418337ea66194051.tar.gz | |
0.8 changelog
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index abe4635eb..8e4fe4b4a 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,13 @@ :version: 0.8.3 .. change:: + :tags: bug, examples + + Added "autoincrement=False" to the history table created in the + versioning example, as this table shouldn't have autoinc on it + in any case, courtesy Patrick Schmid. + + .. change:: :tags: bug, sql The :meth:`.Operators.notin_` operator added in 0.8 now properly |
