]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
versionadded
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Oct 2012 20:02:11 +0000 (16:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Oct 2012 20:02:11 +0000 (16:02 -0400)
lib/sqlalchemy/engine/base.py

index db7bcaaf1fe131bacf60ff8ea61d66ff856d1f95..bf664413ca672c8d08c1f6d3877fc2be6f56b880 100644 (file)
@@ -1399,13 +1399,15 @@ class Engine(Connectable, log.Identified):
                     cursor.execute("use %s" % shards[shard_id])
                     conn.info["current_shard"] = shard_id
 
+        .. versionadded:: 0.8
+
         .. seealso::
 
             :meth:`.Connection.execution_options` - update execution options
-             on a :class:`.Connection` object.
+            on a :class:`.Connection` object.
 
             :meth:`.Engine.update_execution_options` - update the execution
-             options for a given :class:.`Engine` in place.
+            options for a given :class:`.Engine` in place.
 
         """
         return OptionEngine(self, opt)