We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c5fd8 commit e2bda66Copy full SHA for e2bda66
1 file changed
doc/build/tutorial/data_update.rst
@@ -291,8 +291,9 @@ is available from the :attr:`_engine.CursorResult.rowcount` attribute:
291
specific to the DBAPI ``cursor`` object. An instance of this subclass is
292
returned when a statement is invoked via the
293
:meth:`_engine.Connection.execute` method. When using the ORM, the
294
- :meth:`_orm.Session.execute` method returns an object of this type for
295
- all INSERT, UPDATE, and DELETE statements.
+ :meth:`_orm.Session.execute` method will normally **not** return this type
+ of object, unless the given query uses only Core :class:`.Table` objects
296
+ directly.
297
298
Facts about :attr:`_engine.CursorResult.rowcount`:
299
0 commit comments