From f12b9121475a2eb80c61a9aa5d76a7bdb0885214 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jan 2016 16:48:21 +0200 Subject: Fix typos in manual --- doc/manual.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual.xhtml') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 52fc45c..d98474f 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -5328,7 +5328,7 @@ namespace odb persist(), load(), update(), etc., are implemented in terms of prepared statements that are cached and reused. While the query(), query_one(), - and query_one() database operations also use prepared + and query_value() database operations also use prepared statements, these statements are not cached or reused by default since ODB has no knowledge of whether a query will be executed multiple times or only once. Instead, ODB provides a mechanism, called prepared queries, @@ -10769,7 +10769,7 @@ struct employee_max_vacation }; -

Both the asociated table names and the column names can be qualified +

Both the associated table names and the column names can be qualified with a database schema, for example:

-- 
cgit v1.1