X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=blobdiff_plain;f=lib%2FSQL%2FAbstract%2FReference.pm;h=050c944086919406a6315da4608e158bc2ae9564;hp=d8f6763a733a0e756922ab300a151f0301e9d3ca;hb=edf5ac2218a5681121983b97d01e51d47b9ff168;hpb=29f96af045b2d52916f3d9a6e2cd2494b19d2b54 diff --git a/lib/SQL/Abstract/Reference.pm b/lib/SQL/Abstract/Reference.pm index d8f6763..050c944 100644 --- a/lib/SQL/Abstract/Reference.pm +++ b/lib/SQL/Abstract/Reference.pm @@ -20,7 +20,7 @@ comment before a code block saying C<# expr>, this is what's being described. The explicit structure that an expression is converted into before it's rendered into SQL is referred to as an abstract query tree. If you see a variable with C in the name, or a comment before a code block saying -C<# aqt>#, this is what's being described. +C<# aqt>, this is what's being described. =head2 SQL and Bind Values (query) @@ -408,7 +408,7 @@ used as the top level logic op: Becomes equivalent to a -and over an arrayref of hashtriples constructed with the identifier as the key and each key/value pair of the original -hashref as the vlue: +hashref as the value: # expr { id => { '<' => 4, '>' => 3 } }