Added options to make an image map.
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema /
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...