From: Ryan P. Kelly Date: Wed, 29 Jun 2011 03:54:51 +0000 (-0400) Subject: Document with the right name X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=90d0250b5e73134c398877cf8cf3f4afef917cdf Document with the right name --- diff --git a/lib/SQL/Abstract/Tree.pm b/lib/SQL/Abstract/Tree.pm index 8f92ce9..7ee5c44 100644 --- a/lib/SQL/Abstract/Tree.pm +++ b/lib/SQL/Abstract/Tree.pm @@ -814,7 +814,7 @@ structure of the returned tree. It may be stable at some point, but not yet. =head2 unparse - $sqlat->parse($tree_structure, \@bindargs) + $sqlat->unparse($tree_structure, \@bindargs) Transform "tree" into SQL, applying various transforms on the way.