- Removed use of $Revision$ SVN keyword to generate VERSION variables; now sub-module...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added myself to the SQL::Translator file as an author
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2008-10-17 Jess Robinson Missed file from default-value-improvements commit
2008-08-19 Ash Berlin svk-commitdCGXq.tmp
2008-06-03 Jess Robinson Applied patch from Ryan to uniqify index names sanely...
2008-04-14 Daniel Ruoso Fix weird bug, caused by a double evaluation in ternary if
2008-03-26 Jess Robinson Add support for proper boolean fields in the mysql...
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-03-03 Jess Robinson 0.09000 not 0.0900 (cpan gets confused if numbers go...
2008-02-25 Jess Robinson Add DBI dep (oops)
2008-02-06 Jess Robinson Update changes/version for 0.0899_02
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2007-09-26 Jess Robinson Ignore all TT test while TT is broken
2006-11-10 Ben Faga Updated version number and Change log for recent patches.
2006-11-09 Jess Robinson Upped version to _03
2006-06-07 Jess Robinson Producers can now return individual statements as s...
2005-06-09 Mark Addison Tweaked filter interface to take args as a list.
2005-06-08 Ben Faga Removed the @_ from the import statement, since @_...
2005-05-18 Mark Addison Fixed error propogation when loading filters.
2005-05-13 Allen Day fix to allow GraphViz to load -- someone who understand...
2005-04-13 Allen Day incrementing for next release
2004-12-13 Mark Addison Re-added proper error trapping and reporting when tryin...
2004-12-12 Mark Addison Added schema filters
2004-11-09 Mark Addison Factored _load_sub() out of _tool(). Ground work for...
2004-11-09 Mark Addison Refactored producer() and parser() to use a sub, _tool...
2004-10-15 Allen Day Producer::Turnkey obsolete. now rely on TTSchema parse...
2004-10-15 Allen Day patch for parser/producer args courtesy of darren ...
2004-04-22 Ken Youens-Clark Give higher billing for manual.
2004-04-22 Ken Youens-Clark Upped version. We should release soon.
2004-04-13 Mark Addison Doc fix.
2004-03-09 Ken Youens-Clark Fixed indentation.
2004-02-11 Ken Youens-Clark Upped $VERSION to 0.05, created a "version" sub to...
2004-02-06 Ken Youens-Clark Fixed copyright.
2004-02-04 Ken Youens-Clark Added reference to manual, fixed copyright.
2004-02-02 Allen Day added credit for dave cash
2003-12-02 Darren Chamberlain quotemeta for directory names. See https://rt.cpan...
2003-11-07 Ken Youens-Clark Increased VERSION to 0.04 to make a fix-up release.
2003-10-17 Darren Chamberlain Slightly more verbose error reporting.
2003-10-03 Darren Chamberlain Removed definedness check for file-based data, for...
2003-10-03 Darren Chamberlain Tabs suck! Die 0x09, die!
2003-08-22 Ken Youens-Clark One day we'll make this the 0.03 release.
2003-08-22 Ken Youens-Clark Changed the way "_list" works to use File::Find so...
2003-08-21 Ken Youens-Clark Expanded on AUTHORS, added dumping of Schema object...
2003-08-20 Ken Youens-Clark Added small transform to turn "XML-SQLFairy" into ...
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-08-18 Darren Chamberlain PODified smelto's email address.
2003-08-13 Ken Youens-Clark Added "reset" method, check for existing Schema before...
2003-07-31 Darren Chamberlain .cvsignore
2003-07-09 Allen Day had to fix up the format_pk_method (somehow it got...
2003-06-26 Darren Chamberlain Added "use Class::Base;" declaration to go with use...
2003-06-25 Ken Youens-Clark Attempting clean up something.
2003-06-19 Darren Chamberlain The $DEFAULT_SUB was still looking at $_[1], and not...
2003-06-18 Ken Youens-Clark Trying to get everything "on message."
2003-06-16 Ken Youens-Clark I was going to move the "format_*_name" methods to...
2003-06-16 Ken Youens-Clark Altered POD description.
2003-06-11 Ken Youens-Clark Upped the version in anticipation of making a new relea...
2003-06-11 Ken Youens-Clark Added validation code.
2003-05-09 Ken Youens-Clark Don't pass schema, let others call for it.
2003-05-09 Ken Youens-Clark Passing schema object now as third argument.
2003-05-06 Darren Chamberlain Doc changes (use C<> instead of B<>)
2003-04-24 Ken Youens-Clark Cosmetic changes to keep the coding style consistent.
2003-04-19 Allen Day adding capability to give 'filename' constructor arg...
2003-04-17 Allen Day adding callbacks to Translator.pm to allow mangling...
2003-04-17 Darren Chamberlain Let's check before we assume this is a ref, eh?
2003-04-07 Darren Chamberlain Hey, this could never have worked as advertised. *blush*.
2003-03-12 Darren Chamberlain - load now sets $ERROR on failure.
2003-03-04 Ken Youens-Clark Some minor mods to POD.
2003-02-26 Darren Chamberlain Some doc changes; added Allen to AUTHORS section
2003-01-29 Darren Chamberlain Moved all POD to the end of the module, to make it...
2003-01-27 Darren Chamberlain Documentation fixes; added Chris' name to copyright...
2002-11-26 Ken Youens-Clark Added "show_warnings" and "add_drop_table" options...
2002-11-25 Darren Chamberlain Added some comments (comments?)
2002-11-22 Ken Youens-Clark Rolled in Darren's new list_[producers|parsers], lots...
2002-11-21 Darren Chamberlain Added list_parsers and list_producers methods, in respo...
2002-11-20 Ken Youens-Clark Fixed a lot of little things in modules, docs, etc...
2002-07-23 Darren Chamberlain Subclasses Class::Base. Removed error_out, error, in...
2002-07-08 Darren Chamberlain Shitload of changes. Still passes all tests, such...
2002-06-11 Darren Chamberlain Fixed some typos, added some basic re-logicing (is...
2002-03-27 Darren Chamberlain Added MySQL producer (still in a pretty alpha stage...
2002-03-26 Darren Chamberlain Added support for producer_args and parser_args.
2002-03-21 Darren Chamberlain Merged changes from darren-1_0 tag into HEAD branch...
2002-03-18 Darren Chamberlain Updated docs, especially detailed internal API docs.
2002-03-15 Darren Chamberlain Added copyright notices to top of files.
2002-03-07 Darren Chamberlain Another attempt to check in a branch.
2002-03-07 CVS2SVN This commit was manufactured by cvs2svn to create branc...
2002-03-07 Darren Chamberlain Reverted to a version 1.1, due to botched branch attempt.
2002-03-07 Darren Chamberlain Many, many changes. Changed the basic assumptions...
2002-03-01 Ken Youens-Clark Initial checkin.