projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e961408
)
Document with the right name
Ryan P. Kelly [Wed, 29 Jun 2011 03:54:51 +0000 (23:54 -0400)]
lib/SQL/Abstract/Tree.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract/Tree.pm
b/lib/SQL/Abstract/Tree.pm
index
8f92ce9
..
7ee5c44
100644
(file)
--- 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.