From: Matt Phillips Date: Thu, 2 Jan 2014 22:40:20 +0000 (-0500) Subject: remove spurious warning from 6+ years ago. X-Git-Tag: v0.11019~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e8e93c07e1d551a149d9d9dae8e28ba92074a68;p=dbsrgits%2FSQL-Translator.git remove spurious warning from 6+ years ago. --- diff --git a/script/sqlt-diff b/script/sqlt-diff index 380488f..9f16a66 100755 --- a/script/sqlt-diff +++ b/script/sqlt-diff @@ -143,14 +143,6 @@ for my $arg ( @ARGV ) { } } -print STDERR <<'EOM' unless $ENV{SQLT_NEWDIFF_NOWARN}; -This code is experimental, currently the new code only supports MySQL or -SQLite diffing. To add support for other databases, please patch the relevant -SQL::Translator::Producer:: module. If you need compatibility with the old -sqlt-diff, please use sqlt-diff-old, and look into helping us make this one -work for you -EOM - my $tr = SQL::Translator->new; my @parsers = $tr->list_parsers; my %valid_parsers = map { $_, 1 } @parsers; diff --git a/t/70sqlt-diff_script.t b/t/70sqlt-diff_script.t index 753fd1b..77c231e 100644 --- a/t/70sqlt-diff_script.t +++ b/t/70sqlt-diff_script.t @@ -23,8 +23,6 @@ BEGIN { ); } -$ENV{SQLT_NEWDIFF_NOWARN} = 1; - my @mysql_create1 = qw(data mysql create.sql); my @mysql_create2 = qw(data mysql create2.sql);