From c71fc2a74120457066e3ec87112b5a810fd39685 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Feb 2011 09:27:16 +0200 Subject: Fix typo --- doc/manual.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 3458b28..fd14163 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -3494,7 +3494,7 @@ private: will contain the object id column of type unsigned long (called object_id), the key column of type unsigned short (called key), and the value - column of type std::string (called value).

+ column of type float (called value).

A number of ODB pragmas allow us to customize the table name, column names, and native database types of a map container, both on -- cgit v1.1