All Schema objects now have an extra attribute. Added parsing support (and
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Field.pm
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-07-09 Mark Addison Allow extra to be set via constructor.
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-09 Ken Youens-Clark Fixed copyrights.
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-06 Ken Youens-Clark Added parsing of comments on init, added "comments...
2003-06-06 Ken Youens-Clark Added parsing of default value on init, added "extra...
2003-06-03 Ken Youens-Clark Fixed bug with initialization.
2003-05-09 Ken Youens-Clark Added use of "parse_list_arg," changed "nullable" metho...
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-01 Ken Youens-Clark Adding new objects for handing schema data. Not being...