Subject: | Does the Sybase parser work? |
I installed v0.2 (without GraphViz, it had too many dependencies) and tried to run
sql_translator --from Sybase --to Oracle _tables.sql
But it says:
Error: translate: Error with parser 'SQL::Translator::Parser::Sybase': Undefined subroutine &SQL::Translator::Parser::Sybase::parse called at c:/Perl/site/lib/SQL/Translator.pm line 543.
Looking at the source, there is a Sybase module, but it doesn't in fact have the parse sub. Is it not developed yet?
My system:
w2k
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
/J