Changes + Reverts for 0.11000, see Changes file for info
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema /
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-06-30 Peter Rabbitson Fix for bleadperl
2009-05-04 Peter Rabbitson table/field counts are held per-object, not globally
2009-04-15 Ken Youens-Clark Fixed up "equals" to be more informative when there...
2009-04-15 Ken Youens-Clark Lots of cleanup.
2009-04-14 Ken Youens-Clark Added "FULLTEXT" as valid index type.
2009-03-17 Johannes Plunien New method to clear out extra attributes
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-13 Peter Rabbitson Schema::Graph - switch ugly use of Log4perl to an even...
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-02-07 Ash Berlin svk-commitTn2OH.tmp
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-12-02 Ricardo Signes properly compare fields
2008-10-21 Jess Robinson Patch from rbo to support multiple database events...
2008-10-20 Jess Robinson Patches for/with jgoulah:
2008-06-10 Jess Robinson Make Schema::Graph only load if "as_graph" is called...
2008-04-14 Daniel Ruoso implements options in oracle indexes
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-12-20 Ash Berlin Fix some more normalization problems
2007-12-16 Ash Berlin Some SQL_TYPE mapping stuff
2007-12-13 Ash Berlin Some work on sanely normalizing fields
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2007-03-21 Chris Hilton Added options for ignoring the differences in SQL for...
2007-03-14 Chris Hilton Hacks for comparing sql attribute in equals() to ignore...
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...
2007-02-27 Chris Hilton Changed Constraint.equals() to ignore ordering of field...
2006-06-07 Jess Robinson Typo fixing
2006-06-07 Jess Robinson Update Trigger to insist on a valid table for on_table
2005-08-10 Chris Hilton Modified equals() to stringify field checks and use...
2005-08-10 Chris Hilton Modified equals() to include more case insensitivity...
2005-08-10 Chris Hilton Modified equals() to include case insensitive data...
2005-08-10 Chris Hilton Modified equals() to include type check, stringify...
2005-08-10 Chris Hilton Use the overload::StrVal method to check if references...
2005-07-18 Chris Hilton Removing foreign key check from field equality; foreign...
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-28 Chris Hilton Modified equals() to get scalar references to fields...
2005-06-28 Chris Hilton Modfied fields() to return empty array when there are...
2005-06-28 Chris Hilton Modified _compare_objects() to use ref_compare from...
2005-06-27 Chris Hilton Added equals function for equality testing
2005-06-27 Chris Hilton Added equals function for base equality testing
2005-05-25 Mark Addison Apllied Chris Hilton patch to remove subroutine redefin...
2005-05-25 Mark Addison Applied Chris Hilton patch to remove 'Use of uninitiali...
2005-01-13 Mark Addison Made extra interface more context sensative.
2004-12-21 Mark Addison localised setting of %Data::Dumper::Maxdepth (and Inden...
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-10-15 Allen Day Producer::Turnkey obsolete. now rely on TTSchema parse...
2004-10-13 Allen Day some refactoring. moving to being able to call $schema...
2004-07-09 Mark Addison Allow extra to be set via constructor.
2004-04-07 Allen Day many graph introspection problems solved. method name...
2004-04-06 Allen Day aeshetic fixes, largely.
2004-04-06 Allen Day bugfixes in Class::DBI method generation. they were...
2004-03-29 Mark Addison Added field_names() and field/constraint lookup methods
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-03-29 Mark Addison Added shortcut method to get the fields Schema object.
2004-03-23 Mark Addison Doc tweaks.
2004-03-23 Mark Addison Doc tweaks.
2004-03-23 Mark Addison Added full_name.
2004-03-23 Mark Addison Added stringify to name and error check to stop creatio...
2004-02-29 Mark Addison reference_fields now returns an empty list (or array...
2004-02-10 Allen Day individual tables now returned as a hash of separate...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-01-27 Mark Addison Added list of constants exported to the docs.
2003-12-28 Brian O'Connor Changes for Turnkey Atom class creation. Right now...
2003-11-07 Ken Youens-Clark Pushing up revision so make CPAN happy.
2003-10-08 Ken Youens-Clark Fixed spacing.
2003-10-08 Ken Youens-Clark Added "schema" method, added to object initialization...
2003-10-08 Ken Youens-Clark Fixed POD, added "schema" method, fixed DESTROY.
2003-10-08 Ken Youens-Clark Adding Paul's Procedure class.
2003-10-08 Ken Youens-Clark Fixed a problem with POD.
2003-10-04 Ken Youens-Clark Disabling some suspect code.
2003-10-03 Ken Youens-Clark New trigger class.
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-05 Allen Day adding dg classes to represent schema. these are curre...
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 better handle check constraints...
2003-08-21 Ken Youens-Clark Some special logic to handle check constraints.
next