From 46987e4b0761796199da913da9c1deade0f7bc28 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 19 Feb 2006 00:11:56 +0000 Subject: [PATCH] forward port of doc patch --- lib/WebGUI/i18n/English/Asset_SQLReport.pm | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm index 34a1a163b..12506e710 100644 --- a/lib/WebGUI/i18n/English/Asset_SQLReport.pm +++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm @@ -29,22 +29,24 @@ SQL Reports are Wobjects and Assets, so they share the properties of both. SQL }, 'Placeholder Parameters description' => { - message => q|Placeholders, also called parameter markers, are used to indicate values in a SQL query that will be supplied later, before the statement is executed.
-Placeholder Parameters are delimited a new line.
+ message => q|

Placeholders, also called parameter markers, are used to indicate values in a SQL query that will be supplied later, before the statement is executed.

There are four input types: - - - - +

Example:

-Query: select * from some_table where some_field = ? and some_other_field < ?
+Query: select * from some_table where some_field = ? and some_other_field < ?
Placeholder Parameters: query1:pageId
form:field1
In this example the first question mark will contain the field value of pageId in query1, -while the second question mark will contain the form variable "field1". -

|, - lastUpdated => 1119841649, +while the second question mark will contain the form variable "field1".

+

Place one Placeholder Parameter on each line.

+|, + lastUpdated => 1140308175, }, '15 description' => {