You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR (line 1): Invalid statement: Was expecting create table, or
create procedure, or create index, or create
constraint, or comment, or use, or setuser, or if, or
print, or grant, or exec
Error: translate: Error with parser 'SQL::Translator::Parser::Sybase': no results at /home/musgrom/perl5/bin/sqlt-graph line 195.
It looks there are more issues yet with the SQL created by SQL::Translator::Producer::Sybase.
If I simply strip out all comments and blank lines SQL::Translator::Parser::Sybase fails to parse the first create table statement.
$ ~/perl5/bin/sqlt-graph --from=Sybase -o test.png test.sql
Error: translate: Error with parser 'SQL::Translator::Parser::Sybase': no results at /home/musgrom/perl5/bin/sqlt-graph line 195.
$ perl -MSQL::Translator -e 'print$SQL::Translator::VERSION, $ /;'
0.11021_01
test.sql.txt
The text was updated successfully, but these errors were encountered: