diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-11-25 02:29:04 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-11-25 02:29:04 +0100 |
commit | 8b85526c6a9758ef92340ba0df6a32249a578b39 (patch) | |
tree | 473d9c9ff073b351de87fa49b3369200289455ab /user_guide_src/source | |
parent | 8252b75630e27ed92d677cc30a2c19d5096a3d4c (diff) |
Database guide update
Minor change to try to keep line lengths reasonable.
Awkward with the example SQL queries.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/database/results.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/database/results.rst b/user_guide_src/source/database/results.rst index 9f1d60ed5..e06985130 100644 --- a/user_guide_src/source/database/results.rst +++ b/user_guide_src/source/database/results.rst @@ -144,7 +144,8 @@ parameter: | **$row = $query->next_row('array')** | **$row = $query->previous_row('array')** -.. note:: all the methods above will load the whole result into memory (prefetching) use unbuffered_row() for processing large result sets. +.. note:: all the methods above will load the whole result into memory + (prefetching) use unbuffered_row() for processing large result sets. unbuffered_row() ================ |