projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
11da4e6
)
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:28:45 +0000 (22:28 +0000)]
t/72pg.t
patch
|
blob
|
blame
|
history
diff --git
a/t/72pg.t
b/t/72pg.t
index
5e6c467
..
7b3c4da
100644
(file)
--- a/
t/72pg.t
+++ b/
t/72pg.t
@@
-525,6
+525,7
@@
sub eapk_create {
}
my $schema = $a{qualify} ? "$a{qualify}." : '';
+ local $_[1]->{Warn} = 0;
$dbh->do(<<EOS);
CREATE TABLE apk_t (
id1 serial primary key
@@
-540,7
+541,6
@@
EOS
});
}
-
sub eapk_drop_all {
my ( $schema, $no_warn ) = @_;