Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Table.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
2013-09-13 David Steinbrunner typo fix
2013-03-17 Dagfinn Ilmari Man... Document append behaviour of options setters
2013-03-17 Dagfinn Ilmari Man... Don't reimplement perl's built-in default behaviour
2012-09-23 Peter Rabbitson No versions in use statements - encourages shit like...
2012-09-22 Dagfinn Ilmari Man... Make read-only SQLT::Schema::Table attributes carp...
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... Filter undef from all constructor args
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Field
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Table
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2011-12-24 Michal Jurosz fix doc typo
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
2010-02-27 Jonathan Yu fix a bunch of spelling errors, and add whatis entries...
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-05-04 Peter Rabbitson table/field counts are held per-object, not globally
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
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-01-15 Ash Berlin Add renamed_from to tables.
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2005-08-10 Chris Hilton Modified equals() to include more case insensitivity...
2005-07-18 Chris Hilton It helps if you use the correct version of the case...
2005-07-15 Chris Hilton Fixed case-insensitivity matching for SQL Server and...
2005-06-29 Chris Hilton Made sure defined scalar references are passed to _comp...
2005-06-28 Chris Hilton Fixed bug in equals() to exhaustively search sets of...
2005-06-27 Chris Hilton Added equals function for equality testing
2004-11-27 Jess Robinson Drop functions
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
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 Added field_names() and field/constraint lookup methods
2004-03-23 Mark Addison Added stringify to name and error check to stop creatio...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2003-10-04 Ken Youens-Clark Disabling some suspect code.
2003-09-25 Allen Day oops, missing }
2003-09-25 Allen Day fix for strange interpretation of 1liner
2003-09-25 Allen Day this is pretty stable, and is ( i think ) generating...
2003-09-02 Allen Day turnkey producer still broken, will try to get it worki...
2003-08-29 Ken Youens-Clark Removed backslash-escaping of single quotes where unnec...
2003-08-29 Allen Day firming up can_link()
2003-08-29 Allen Day more functionality in Table.pm, Turnkey.pm is broken...
2003-08-29 Allen Day moving reusable (useful?) code into schema classes
2003-08-21 Ken Youens-Clark Fixed problem with "deep recursion."
2003-08-21 Ken Youens-Clark Some special logic to handle check constraints.
2003-08-20 Ken Youens-Clark Some changes to "comments" method.
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-06-27 Ken Youens-Clark Fixed VERSION to be CPAN-friendly.
2003-06-18 Ken Youens-Clark Fixed VERSION strings.
2003-06-09 Ken Youens-Clark Small change to comment.
2003-06-06 Ken Youens-Clark Added comments method and parsing on init.
2003-06-06 Ken Youens-Clark Moved some code around, fixed some POD, added checking...
2003-05-09 Ken Youens-Clark Use "parse_list_arg," put field order into field object...
2003-05-07 Ken Youens-Clark Minor fixes to primary_key method.
2003-05-05 Ken Youens-Clark Too many changes to mention.
2003-05-03 Ken Youens-Clark More changes to getting the schema to a working state.
2003-05-01 Ken Youens-Clark Adding new objects for handing schema data. Not being...