Improve trigger 'scope' attribute support (RT#119997)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / YAML.pm
2017-01-26 Dagfinn Ilmari Man... Improve trigger 'scope' attribute support (RT#119997)
2015-09-08 Dagfinn Ilmari Man... Fix multi-line comments in YAML and JSON producers
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-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-08-07 Ken Youens-Clark Fixing my name (is this vain?).
2009-06-09 Peter Rabbitson Teach YAML producer to encode extra attributes
2009-04-15 Ken Youens-Clark Fixed "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-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
2005-06-15 Ken Youens-Clark Field comments weren't printing.
2005-06-13 Ken Youens-Clark CPAN is complaining about the version, so I made a...
2004-03-29 Mark Addison Uses field_names when making constraint YAML to avoid...
2004-03-09 Ken Youens-Clark Serializing translator options.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-01-25 Ken Youens-Clark Wasn't producing constraint defs, fixed indices to...
2003-10-17 Darren Chamberlain Added index view. Dunno if it works. :(
2003-10-15 Ken Youens-Clark POD fixes.
2003-10-09 Ken Youens-Clark Fixing up "view_field" to use all the field attributes.
2003-10-08 Ken Youens-Clark Fleshing out.
2003-10-08 Darren Chamberlain A better YAML producer, actually using the YAML module...
2003-10-08 Darren Chamberlain Added YAML parser, producer, and basic test. All need...