]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add a doc for the [ticket:2631] quirk
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2012 01:39:32 +0000 (20:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2012 01:39:32 +0000 (20:39 -0500)
doc/build/core/schema.rst

index 101577dc1044b468babd065734b314df868f1743..4d499ac9a18c9583dfc2f44643a0cce92d2ef4d7 100644 (file)
@@ -705,6 +705,11 @@ called out with a marker::
         Column('def', String(20), server_onupdate=FetchedValue())
     )
 
+.. versionchanged:: 0.8.0b2,0.7.10
+    The ``for_update`` argument on :class:`.FetchedValue` is set automatically
+    when specified as the ``server_onupdate`` argument.  If using an older version,
+    specify the onupdate above as ``server_onupdate=FetchedValue(for_update=True)``.
+
 These markers do not emit a "default" clause when the table is created,
 however they do set the same internal flags as a static ``server_default``
 clause, providing hints to higher-level tools that a "post-fetch" of these