Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Index.pm
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
2012-09-23 Peter Rabbitson No versions in use statements - encourages shit like...
2012-09-22 Dagfinn Ilmari Man... Add enum type
2012-09-22 Dagfinn Ilmari Man... Wrap some over-log has statements
2012-09-22 Dagfinn Ilmari Man... Use quote_sub for trivial coercions
2012-09-22 Dagfinn Ilmari Man... Check Moo version at runtime
2012-09-22 Dagfinn Ilmari Man... Use quote_sub for trivial defaults
2012-09-22 Dagfinn Ilmari Man... Factor list attributes into variant role
2012-09-22 Dagfinn Ilmari Man... Reinstate schema object base class
2012-09-22 Dagfinn Ilmari Man... Rename non-schema-specific roles to SQLT::Role::Foo
2012-09-22 Dagfinn Ilmari Man... Use weak refs for schema object attributes
2012-09-22 Dagfinn Ilmari Man... Remove pointless DESTROY methods
2012-09-22 Dagfinn Ilmari Man... Remove unused variables and module import
2012-09-22 Dagfinn Ilmari Man... Filter undef from all constructor args
2012-09-22 Dagfinn Ilmari Man... Use 'isa' checks for attribute validation
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Index
2011-12-24 Aaron Schrab Fix POD for Schema::Index::type method
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-12 Ken Youens-Clark Fixed my name, fixed some use of uninitialized vars.
2009-04-14 Ken Youens-Clark Added "FULLTEXT" as valid index type.
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
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...