From 25d260c0b47acfff8697249e1959fd6b569af726 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 14 Nov 2005 19:36:09 +0000 Subject: [PATCH] merging 6.7.8 changes --- lib/WebGUI/i18n/English/Asset_SQLReport.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm index 4a33e5673..ea3729b99 100644 --- a/lib/WebGUI/i18n/English/Asset_SQLReport.pm +++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm @@ -30,7 +30,7 @@ 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 by commas.
+Placeholder Parameters are delimited a new line.
There are four input types: @@ -39,7 +39,7 @@ There are four input types:

Example:

Query: select * from some_table where some_field = ? and some_other_field < ?
-Placeholder Parameters: query1:pageId,form:field1 +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".