Strip evil svn:keywords
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Constraint.pm
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-03-01 Chris Hilton Added options to sqlt-diff to ignore index and/or const...
2007-02-27 Chris Hilton Changed Constraint.equals() to ignore ordering of field...
2005-08-10 Chris Hilton Modified equals() to include type check, stringify...
2005-06-29 Chris Hilton Made sure defined scalar references are passed to _comp...
2005-06-28 Chris Hilton Modfied fields() to return empty array when there are...
2005-06-27 Chris Hilton Added equals function for equality testing
2004-11-05 Mark Addison Added _attributes class data to SQL::Translator::Schema...
2004-11-04 Mark Addison Added SQL::Translator::Schema::Object, a base class...
2004-03-29 Mark Addison Opps, forgot the sub seperator comment.
2004-03-29 Mark Addison fields returns Field objects when it can. Added field_n...
2004-02-29 Mark Addison reference_fields now returns an empty list (or array...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2003-09-25 Allen Day this is pretty stable, and is ( i think ) generating...
2003-08-21 Ken Youens-Clark Some special logic to better handle check constraints...
2003-06-27 Ken Youens-Clark Fixed VERSION to be CPAN-friendly.
2003-06-18 Ken Youens-Clark Fixed VERSION strings.
2003-06-06 Ken Youens-Clark Changed constant to a hash to avoid silly Perl errors...
2003-06-06 Ken Youens-Clark Moved some code around to fix ordering, convert "type...
2003-05-09 Ken Youens-Clark Added "match_type," use "parse_list_arg," added DESTROY.
2003-05-05 Ken Youens-Clark Too many changes to mention.
2003-05-01 Ken Youens-Clark Adding new objects for handing schema data. Not being...