projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3447097
)
remove debug warning from last commit
David Kamholz [Fri, 10 Feb 2006 12:12:53 +0000 (12:12 +0000)]
lib/DBIx/Class/Storage/DBI/Pg.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Pg.pm
b/lib/DBIx/Class/Storage/DBI/Pg.pm
index
f8de9d4
..
6faaf4c
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Pg.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Pg.pm
@@
-32,7
+32,6
@@
sub get_autoinc_seq {
if (defined $info->[12] and $info->[12] =~
/^nextval\('"?([^"']+)"?'::(?:text|regclass)\)/)
{
- warn "setting autoinc_seq on $source to $1";
$source->{_autoinc_seq} = $1;
last;
}