projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
46d3d64
)
turning off debugging in t/08
Allen Day [Mon, 3 Mar 2003 20:52:57 +0000 (20:52 +0000)]
t/08postgres-to-mysql.t
patch
|
blob
|
blame
|
history
diff --git
a/t/08postgres-to-mysql.t
b/t/08postgres-to-mysql.t
index
22849fa
..
596d633
100644
(file)
--- a/
t/08postgres-to-mysql.t
+++ b/
t/08postgres-to-mysql.t
@@
-123,7
+123,7
@@
create index cvterm_dbxref_idx2 on cvterm_dbxref (dbxref_id);
use SQL::Translator;
use Data::Dumper;
-$SQL::Translator::DEBUG = 1;
+$SQL::Translator::DEBUG = 0;
my $tr = SQL::Translator->new(parser => "PostgreSQL",
producer => "MySQL"