X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fsqlt-diff;h=5cfb66f36e5ce54f66dc9fd4d81d12a42cb144db;hb=36585096a3b20c0134581b5a01c23f43e381d23d;hp=380488f2731582d28aeddcb1fa135df679929046;hpb=a389997035f775ca60aa3fee2f5abb5390e38219;p=dbsrgits%2FSQL-Translator.git diff --git a/script/sqlt-diff b/script/sqlt-diff index 380488f..5cfb66f 100755 --- a/script/sqlt-diff +++ b/script/sqlt-diff @@ -15,8 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MAb +# 02110-1301 USA. # ------------------------------------------------------------------- =head1 NAME @@ -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;