Changed references to on_delete_do to on_delete and on_update_do to on_update. I...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / XML /
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2004-12-21 Mark Addison Removed (annoying) warning when order attributes are...
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
2004-08-20 Mark Addison Doc tweaks.
2004-08-19 Mark Addison Doc tweaks
2004-08-19 Mark Addison Added collection tags for the Schemas objects (tables...
2004-07-09 Mark Addison Added parsing of field.extra
2004-07-08 Mark Addison Added docs about the legacy format xml.
2004-07-08 Mark Addison Updated to parse the new, single format sqlf xml and...
2003-11-19 Mark Addison Handles order given as attrib.
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
2003-10-17 Darren Chamberlain Small pod fix.
2003-10-14 Mark Addison POD update for m:n stuff.
2003-10-14 Mark Addison Added m:n joins. Can now model m:n association in your...
2003-10-13 Mark Addison PKeys automatically generated for Classes that don...
2003-10-10 Mark Addison Initial code for SQLFairy UML profile for the XMI parse...
2003-10-06 Mark Addison Made debugging work and it now exports its parse method.
2003-10-06 Mark Addison Removed TODO comment- cos its done
2003-10-06 Mark Addison Removed some unneeded, commented out code.
2003-10-03 Mark Addison Made dataType a proper obj instead of just a name.
2003-10-02 Mark Addison Removed debug warning
2003-10-01 Mark Addison Added FKeys from associations
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.
2003-08-26 Ken Youens-Clark No longer calling script "sql_translator.pl."
2003-08-22 Ken Youens-Clark Cosmetic changes.
2003-08-22 Ken Youens-Clark Adding old SqlfXML producer as XML/SQLFairy.