summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-10-19 17:54:48 -0400
committerMitch Jackson <mitch@freeside.biz>2018-10-19 17:54:48 -0400
commit62b18c75989a1b00a25079f8f110992aaad81bba (patch)
tree7e59bafccc790be3192d7fe75ee892cea01a3be0
parente1424fa99483e7d5944dcd729f96ee43f7b6c10d (diff)
RT# 31208 Docs $FS::Record::qsearch_qualify_columns
-rw-r--r--FS/FS/Record.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 89957cb..12e2d31 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -289,6 +289,11 @@ the individual PARAMS_HASHREF queries
#regular FS::TABLE methods
#on it.
+C<$FS::Record::qsearch_qualify_columns> package global is disabled by default.
+When enabled, the WHERE clause generated from the 'hashref' parameter has
+the table name prepended to each column name. WHERE column = 'value' becomes
+WHERE table.coumn = 'value'
+
=cut
my %TYPE = (); #for debugging