From 5b80488c5a0a86acc1fe8ad2a2ccc80b1e29a9e4 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Fri, 12 May 2006 15:10:33 +0000 Subject: [PATCH] updating POD --- lib/WebGUI/SQL.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/SQL.pm b/lib/WebGUI/SQL.pm index ddb73b6e3..27d498f9a 100644 --- a/lib/WebGUI/SQL.pm +++ b/lib/WebGUI/SQL.pm @@ -239,7 +239,7 @@ Assigns the data to a hash =head3 sql -An SQL query. The query must select at least two columns of data, the first being the key for the hash, the second being the value. If the query selects more than two columns, then the last column will be the value and the remaining columns will be joined together by a colon ":" to form a complex key. If the query selects only one column, then the key and the value will be the same. +An SQL query. The query must select at least one column of data, including the one you choose as the key for the hashRef to be returned. Each row is returned as its own hashRef as the value of its corresponding key, keyed by the key column, below. =head3 params