[docs] Change in PrefixParamTag made by Randy Moore

Wiki Watch docs@icdevgroup.org
Fri Jan 3 12:21:27 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/PrefixParamTag.html

--- tmp/grGRrk5c:68.50.213.10.previous	Fri Jan  3 12:19:41 2003
+++ tmp/grGRrk5c:68.50.213.10.current	Fri Jan  3 12:19:41 2003
@@ -19,6 +19,15 @@
 foo is the first returned parameter and becomes the code for this
 row. Another synonym is [prefix-pos 0].
 
+Mixed case field names in your SQL tables will be forced to lower case in the
+[prefix-param name] tag.  For example if your query is:
+    query prefix=prefix sql="select Foo, Bar from baz where Foo='buz'"]
+then you must use:
+    [prefix-param foo] and [prefix-param bar] 
+
+to display your results, rather than:
+    [prefix-param Foo] and [prefix-param Bar] 
+
 Note that the following code is invalid:
 
     [query prefix=prefix sql=|
@@ -44,4 +53,3 @@
     |]
         [prefix-param foo] [prefix-param bar]
     [/query]
-