Subject: | sqlt-diff option --mysql_parser_version wrong in help text |
Date: | Tue, 4 Dec 2007 23:07:26 -0500 |
To: | bug-SQL-Translator [...] rt.cpan.org |
From: | Harold Sinclair <hsinclair [...] hastek.net> |
In v0.08001, sqlt-diff lists the option
--mysql_parser_version
while the argument parser is looking for
--mysql-parser-version
While not really a but, the documentation could also use
clarification about which arguments "--mysql-parser-version" will
actually accept, for example
--mysql-parser-version=5 works, but
--mysql-parser-version=5.0.22 throws an error:
Argument "5.0.22" isn't numeric in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/SQL/Translator/Parser/MySQL.pm line 776.
--
Harold Sinclair