From 08ee8153b368ccae2de461dfb680517c0135bf0f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 22 Jun 2010 22:28:15 -0700 Subject: [PATCH] Document that the whereClause will be prepended with "AND ". --- lib/WebGUI/AssetLineage.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/AssetLineage.pm b/lib/WebGUI/AssetLineage.pm index f478f66a7..eb73ae990 100644 --- a/lib/WebGUI/AssetLineage.pm +++ b/lib/WebGUI/AssetLineage.pm @@ -436,7 +436,8 @@ A string containing as asset class to join in. There is no real reason to use a =head4 whereClause -A string containing extra where clause information for the query. +A string containing extra WHERE clause information for the query. The AND conjunction will be added internally, so the clause +should not start with AND. =head4 orderByClause