From: Mike Bayer Date: Wed, 16 Mar 2011 14:43:21 +0000 (-0400) Subject: put a version number on these since the docs will probably go to the site before... X-Git-Tag: rel_0_6_7~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98a65a77d3d84a0022d753e3c3afaf9d709f80b8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git put a version number on these since the docs will probably go to the site before release --- diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index 24415fcf1d..240651c65c 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -2322,6 +2322,8 @@ class ResultProxy(object): :meth:`~.ResultProxy.fetchone`, :meth:`~.ResultProxy.fetchmany` :meth:`~.ResultProxy.fetchall`. + + New in 0.6.7. """ return self._metadata is not None @@ -2336,6 +2338,8 @@ class ResultProxy(object): :attr:`inserted_primary_key` attribute is accessible, assuming the statement did not include a user defined "returning" construct. + + New in 0.6.7. """ return self.context.isinsert