From 590e3234f887f7ff0c95ca2950088fde48103495 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Jul 2015 09:44:37 +0200 Subject: Don't use file stream analogy for query result since it can be re-wound --- doc/manual.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual.xhtml') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 5c28564..8a50605 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -5064,7 +5064,7 @@ result r (find_minors (db, query::first == "John"));

It is best to view an instance of odb::result - as a handle to a stream, such as a file stream. While we can + as a handle to a stream, such as a socket stream. While we can make a copy of a result or assign one result to another, the two instances will refer to the same result stream. Advancing the current position in one instance will also advance it in -- cgit v1.1