diff options
Diffstat (limited to 'docs/topics/db/sql.txt')
| -rw-r--r-- | docs/topics/db/sql.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index 8d3216c60d..7b5177df2d 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -170,7 +170,7 @@ fields that are omitted from the query will be loaded on demand. For example:: From outward appearances, this looks like the query has retrieved both the first name and last name. However, this example actually issued 3 -queries. Only the first names were retrieved by the raw() query -- the +queries. Only the first names were retrieved by the ``raw()`` query -- the last names were both retrieved on demand when they were printed. There is only one field that you can't leave out - the primary key |
