diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-11-25 21:06:49 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-11-25 21:06:49 +0100 |
commit | 42a7df6a2c6784e247c6ee1207d52c5afdb2e575 (patch) | |
tree | 67cc3e9a81bd3cf3ad1a3df917747803d6f8f33e /user_guide_src/source/database/configuration.rst | |
parent | 2c15932596d2cdf0953ebdc34fbc3a204896d27a (diff) |
User Guide update - Query Builder (fixes #2512)
1) Changed the grouping for better readability, in the query builder writeup
2) Added return value descriptors for all methods
3) Added default setting to query builder configuration writeup.
The TOC sidebar is much better than before, though still a bit messy. This will need fixing with the sphinx theme update, being done separately.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/database/configuration.rst')
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index 34cefffbd..9f52ad2a2 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -141,7 +141,8 @@ Query Builder The :doc:`Query Builder Class <query_builder>` is globally enabled or disabled by setting the $query_builder variable in the database -configuration file to TRUE/FALSE (boolean). If you are not using the +configuration file to TRUE/FALSE (boolean). The default setting is TRUE. +If you are not using the query builder class, setting it to FALSE will utilize fewer resources when the database classes are initialized. |