Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / XML /
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2017-01-26 Dagfinn Ilmari Man... Improve trigger 'scope' attribute support (RT#119997)
2014-09-22 Dagfinn Ilmari Man... Fix broken POD links found by App::PodLinkChecker
2013-09-13 David Steinbrunner typo fixes
2012-12-09 Peter Rabbitson Properly tag our XML namespace URI - it is not a real...
2012-09-23 Peter Rabbitson No versions in use statements - encourages shit like...
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... use warnings
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-12-24 Arthur Axel 'fREW... Whitespace
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2009-09-24 Peter Rabbitson Enforce XML::LibXML version requirements
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Upped version numbers, cleaned up code, fixed my name.
2009-05-17 Jonathan Yu Applied patch to switch dependency on XML::XPath to...
2009-05-03 Peter Rabbitson Improve xml database_event deprecation warning
2009-05-03 Peter Rabbitson Teah xml parser about database_events
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-02-07 Ash Berlin Move XMI stuff to branches/xmi since no one has worked...
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2005-07-05 Ben Faga Made some changes suggested by Michael Slattery to...
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.