From: Mike Bayer Date: Sat, 17 Aug 2013 04:23:37 +0000 (-0400) Subject: 0.8 changelog X-Git-Tag: rel_0_8_3~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cbf8be95d1ad00285dce9a0418337ea66194051;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8 changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index abe4635ebd..8e4fe4b4ae 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,13 @@ .. changelog:: :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