From 33cf3229b600de0e0322644cc22693a2b6044674 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2011 08:33:19 +0200 Subject: Proofreading changes to Oracle documentation --- doc/manual.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 580cb91..422b92d 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -12673,7 +12673,7 @@ namespace odb

The static print_usage() function prints the list of options with short descriptions that are recognized by this constructor.

-

Additionally, all the constructs have the charset, +

Additionally, all the constructors have the charset, ncharset, and environment arguments. The charset argument specifies the client-side database character encoding. Character data corresponding to the CHAR, @@ -13753,7 +13753,7 @@ class Person

The basic sub-profile also provides support for mapping QString to the CHAR, NCHAR, and NVARCHAR MySQL types. - However, these altenative mappings have to be explicitly + However, these alternative mappings have to be explicitly requested using the db type pragma (Section 12.4.3, "type"), as show in the following example:

@@ -13833,7 +13833,7 @@ class Person

The basic sub-profile also provides support for mapping QString to the CHAR, and VARCHAR PostgreSQL types. - However, these altenative mappings have to be explicitly + However, these alternative mappings have to be explicitly requested using the db type pragma (Section 12.4.3, "type"), as show in the following example:

@@ -13883,7 +13883,7 @@ class Person for mapping QString to the CHAR, NCHAR, NVARCHAR, CLOB and NCLOB Oracle types, and for mapping QByteArray - to the RAW Oracle type. However, these altenative + to the RAW Oracle type. However, these alternative mappings have to be explicitly requested using the db type pragma (Section 12.4.3, "type"), as show in the following example:

-- cgit v1.1