Subject: | Associations are not generated |
Hi, thanks for the packaging of tedia2sql on CPAN
It seems that Parse::Dia::SQL can't generate association anymore
Error message :
Use of unitialized value $leftEnd{"role"} in concatenation (.) or string
at C:/strawberry/perl/site/lib/Parse/Dia/SQL.pm line 993
with similar message for $rightEnd and $multStr
From what I've found :
Dia has added elements in the XML describing associations and modified
some keywords.
"role" seems to have been replaced by "role_a" and "role_b"
Parse-Dia-SQL seems unable to generate association from dia files saved
by a recent version of dia (tested with 0.96 and 0.97).
Using the sample file from tedia2sql :
With TestERDuncompressed.dia, association are generated.
With TestERDuncompressed_dia097.dia saved on dia 0.97, they're not.
Test done on Windows XP SP3, with strawberry perl v5.10.0 built for
MSWin32-x86-multi thread
Regards,
Subject: | TestERDuncompressed.dia |
Message body not shown because it is not plain text.
Subject: | TestERDuncompressed_dia097.dia |
Message body not shown because it is not plain text.