fix some bad POD in SQL.pm pertaining to how buildHash* works
This commit is contained in:
parent
3d5763269a
commit
211e9bd8a7
1 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ Builds a hash of data from a series of rows.
|
|||
|
||||
=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 value will be the same.
|
||||
An SQL query. The query should 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 value will be the same.
|
||||
|
||||
=head3 params
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ Builds a hash reference of data from a series of rows.
|
|||
|
||||
=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 should 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.
|
||||
|
||||
=head3 params
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue