projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
368a522
)
Fix POD for name_unique_constraint
Daniel Westermann-Clark [Sun, 28 May 2006 01:31:20 +0000 (
01:31
+0000)]
lib/DBIx/Class/ResultSource.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ResultSource.pm
b/lib/DBIx/Class/ResultSource.pm
index
a5da754
..
29e17e7
100644
(file)
--- a/
lib/DBIx/Class/ResultSource.pm
+++ b/
lib/DBIx/Class/ResultSource.pm
@@
-321,7
+321,7
@@
sub add_unique_constraint {
$self->_unique_constraints(\%unique_constraints);
}
-=head2
+=head2 name_unique_constraint
Return a name for a unique constraint containing the specified columns. These
names consist of the table name and each column name, separated by underscores.