projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1c33db5
)
Fix missing doc (RT#62587)
Arthur Axel 'fREW' Schmidt [Wed, 3 Nov 2010 02:36:14 +0000 (21:36 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Storage/Debug/PrettyPrint.pm
patch
|
blob
|
blame
|
history
lib/SQL/Abstract/Tree.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
01a5662
..
4ae8f69
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-7,6
+7,7
@@
Revision history for SQL::Abstract
- Add EXECUTING for clarity of long running SQL
- Add "squash_repeats" option to fix it such that repeated SQL gets ellided
except for placeholders
+ - Fix missing doc (RT#62587)
revision 1.69 2010-10-22
----------------------------
diff --git
a/lib/DBIx/Class/Storage/Debug/PrettyPrint.pm
b/lib/DBIx/Class/Storage/Debug/PrettyPrint.pm
index
59ffe42
..
023499e
100644
(file)
--- a/
lib/DBIx/Class/Storage/Debug/PrettyPrint.pm
+++ b/
lib/DBIx/Class/Storage/Debug/PrettyPrint.pm
@@
-97,6
+97,10
@@
sub query_end {
=pod
+=head1 NAME
+
+DBIx::Class::Storage::Debug::PrettyPrint - Pretty Printing DebugObj
+
=head1 SYNOPSIS
DBIC_TRACE_PROFILE=~/dbic.json perl -Ilib ./foo.pl
diff --git
a/lib/SQL/Abstract/Tree.pm
b/lib/SQL/Abstract/Tree.pm
index
f6076ba
..
1c3a82f
100644
(file)
--- a/
lib/SQL/Abstract/Tree.pm
+++ b/
lib/SQL/Abstract/Tree.pm
@@
-515,6
+515,10
@@
sub format { my $self = shift; $self->unparse($self->parse($_[0]), $_[1]) }
=pod
+=head1 NAME
+
+SQL::Abstract::Tree - Represent SQL as an AST
+
=head1 SYNOPSIS
my $sqla_tree = SQL::Abstract::Tree->new({ profile => 'console' });