Made some changes suggested by Michael Slattery to fix table level comments. Also...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / XML / XMI.pm
2003-10-03 Mark Addison Made dataType a proper obj instead of just a name.
2003-10-01 Mark Addison Changed debug to dump xmi model data and not just classes.
2003-09-22 Mark Addison Moved Rational profile code to its own mod. Added suppo...
2003-09-17 Mark Addison Started on rational data modeling profile.
2003-09-16 Mark Addison Split out XMI parsing to SQL::Translator::XMI::Parser...
2003-09-09 Mark Addison Added parsing of operations from the XMI. Do we have...
2003-09-09 Mark Addison More refactoring and code tidy. We now have get_attribu...
2003-09-08 Mark Addison Refactored the internals so that the XMI parsing is...
2003-09-08 Mark Addison + Added visability arg.
2003-09-04 Mark Addison Initial version of XMI parser.