- Removed use of $Revision$ SVN keyword to generate VERSION variables; now sub-module...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Index.pm
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2009-01-09 Jonathan Yu - Minor documentation changes. Namely, noted that the...
2008-10-20 Jess Robinson Patches for/with jgoulah:
2008-04-14 Daniel Ruoso implements options in oracle indexes
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2007-03-06 Chris Hilton Made fields check in equals() ignore ordering
2007-03-05 Chris Hilton Don't test is_valid in equals()
2007-03-01 Chris Hilton Added options to sqlt-diff to ignore index and/or const...
2005-08-10 Chris Hilton Modified equals() to stringify field checks and use...
2005-06-29 Chris Hilton Made sure defined scalar references are passed to _comp...
2005-06-28 Chris Hilton Modified equals() to get scalar references to fields...
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-02-09 Ken Youens-Clark Fixed copyrights.
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 get methods in alphabetical...
2003-05-09 Ken Youens-Clark Use "parse_list_args," added "options" (still vague...
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...