From 42a7df6a2c6784e247c6ee1207d52c5afdb2e575 Mon Sep 17 00:00:00 2001 From: James L Parry Date: Tue, 25 Nov 2014 12:06:49 -0800 Subject: 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 --- user_guide_src/source/database/configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide_src/source/database/configuration.rst') 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 ` 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. -- cgit v1.2.3-24-g4f1b