Commit 4afa077f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Fix the warning thrown by 011pod.t

parent 5d860b84
......@@ -667,7 +667,7 @@ reference whose keys are the columns, operators and placeholders, and the
values are the placeholders' bind value. For example:
WHERE => { 'some_column >= ?' => $some_value }
would constrain the query to only those objects in the table whose
'some_column' column has a value greater than or equal to $some_value.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment