A few index entries fixed.

This commit is contained in:
Daniele Varrazzo 2010-02-09 15:32:24 +00:00 committed by Federico Di Gregorio
parent e0065bfbef
commit d081d533b9
2 changed files with 18 additions and 6 deletions

View File

@ -27,8 +27,8 @@ The ``connection`` class
:class:`extensions.cursor`. See :ref:`subclassing-cursor` for details.
.. index:
pair: Transaction, Commit
.. index::
pair: Transaction; Commit
.. method:: commit()
@ -37,8 +37,8 @@ The ``connection`` class
:meth:`connection.set_isolation_level()`.
.. index:
pair: Transaction, Rollback
.. index::
pair: Transaction; Rollback
.. method:: rollback()
@ -74,8 +74,8 @@ The ``connection`` class
connection.
.. index:
single: Autocommit
.. index::
pair: Transaction; Autocommit
pair: Transaction; Isolation level
.. attribute:: isolation_level

View File

@ -39,6 +39,10 @@ functionalities defined by the |DBAPI 2.0|.
.. todo:: finish module extensions
.. index::
pair: Isolation level; Constants
.. _isolation-level-constants:
Isolation level constants
@ -88,6 +92,10 @@ one of the following constants:
PostgreSQL documentation.
.. index::
pair: Transaction status; Constants
.. _transaction-status-constants:
Transaction status constants
@ -117,6 +125,10 @@ can be read using the :meth:`connection.get_transaction_status()` method.
Reported if the connection with the server is bad.
.. index::
pair: Connection status; Constants
.. _connection-status-constants:
Connection status constants