]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.8 changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Aug 2013 04:23:37 +0000 (00:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Aug 2013 04:23:37 +0000 (00:23 -0400)
doc/build/changelog/changelog_08.rst

index 909cda47625116469dc60773ef732cf236f46177..952c45662a9360820609b23a550d202f228ee81c 100644 (file)
@@ -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