From 3db36c0572cb244cd9f4b03650837cfb1ed31b15 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Aug 2011 07:41:15 +0200 Subject: Proofreading fixes --- doc/manual.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.xhtml b/doc/manual.xhtml index d5ef0a5..225ce91 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -2444,8 +2444,8 @@ c->execute ("SET FOREIGN_KEY_CHECKS = 1");

Some of the use cases which may require direct manipulation of connections include out-of-transaction statement execution, - such as execution of connection configuration statements, - implementation of a connection-per-thread policy, and making + such as the execution of connection configuration statements, + the implementation of a connection-per-thread policy, and making sure that a set of transactions is executed on the same connection.

@@ -2891,7 +2891,7 @@ t.commit ();

While these functions must always be called within a transaction, - it may be necessary to execute a native statement outside any + it may be necessary to execute a native statement outside a transaction. This can be done using the connection::execute() functions as described in Section 3.5, "Connections".

-- cgit v1.1