All Schema objects now have an extra attribute. Added parsing support (and
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema /
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.
2003-08-20 Ken Youens-Clark Some changes to "comments" method.
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-08-12 Ken Youens-Clark Added logic to ensure the PK fields are not nullable...
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 Added "is_unique" method to determine if a field has...
2003-06-09 Ken Youens-Clark Small changes to comments and size methods.
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 Added parsing of comments on init, added "comments...
2003-06-06 Ken Youens-Clark Changed constant to a hash to avoid silly Perl errors...
2003-06-06 Ken Youens-Clark Changed constant to a hash to avoid silly Perl errors...
2003-06-06 Ken Youens-Clark Changed "FULLTEXT."
2003-06-06 Ken Youens-Clark Moved some code around, fixed some POD, added checking...
2003-06-06 Ken Youens-Clark Added parsing of default value on init, added "extra...
2003-06-06 Ken Youens-Clark Moved some code around to fix ordering, convert "type...
2003-06-06 Ken Youens-Clark Moved some code around to get methods in alphabetical...
2003-06-03 Ken Youens-Clark Fixed bug with initialization.
2003-05-09 Ken Youens-Clark Use "parse_list_args," added "fields" method, changed...
2003-05-09 Ken Youens-Clark Use "parse_list_arg," put field order into field object...
2003-05-09 Ken Youens-Clark Use "parse_list_args," added "options" (still vague...
2003-05-09 Ken Youens-Clark Added use of "parse_list_arg," changed "nullable" metho...
2003-05-09 Ken Youens-Clark Playing with constants.
2003-05-09 Ken Youens-Clark Added "match_type," use "parse_list_arg," added DESTROY.
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 Fixed error 'Use of uninitialized value in pattern...
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...