Added parsing of field.extra
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / XMI /
2003-10-06 Mark Addison Changed ends to associationEnds in the Association...
2003-10-06 Mark Addison Fixed broken otherEnd linking for assoctionEnds.
2003-10-06 Mark Addison Added multiplicity to AssociationEnds.
2003-10-06 Mark Addison Fixed serious bug in xmiDeref: was only working for...
2003-10-03 Mark Addison Added tagged values to DataType's
2003-10-03 Mark Addison Made dataType a proper obj instead of just a name.
2003-10-01 Mark Addison AssociationEnds gets an 'otherEnd' ref added so you...
2003-09-29 Mark Addison Different versions of XMI now handled by sub-classes...
2003-09-29 Mark Addison The data, as it is being parsed, is added to $self...
2003-09-22 Mark Addison Moved Rational profile code to its own mod. Added suppo...
2003-09-16 Mark Addison Doc notes on version selection and added xmi.id to...
2003-09-16 Mark Addison Split out XMI parsing to SQL::Translator::XMI::Parser...