]> 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:50 +0000 (00:23 -0400)
doc/build/changelog/changelog_08.rst

index abe4635ebd123bdf78ea30ae9003b13a877cfd17..8e4fe4b4ae78ca6ecb38a886543eb4455e613896 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