summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-17 00:23:37 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-17 00:23:37 -0400
commitade6b233d78ca1d98e86fcd6c4fe92ba9732319d (patch)
tree139d51a9090c8cd550f8e7795010694e804963fb
parentd1028646099c408c66615fe2ab79d7713ef41e64 (diff)
downloadsqlalchemy-ade6b233d78ca1d98e86fcd6c4fe92ba9732319d.tar.gz
0.8 changelog
-rw-r--r--doc/build/changelog/changelog_08.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 909cda476..952c45662 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