Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Utils.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2020-04-06 Matt S Trout move DEFAULT_COMMENT global away from $VERSION
2020-04-06 Daniel Böhmer Fix trailing whitespace in header comments
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2015-06-24 Peter Rabbitson Remove dependency on List::MoreUtils
2014-10-16 Dagfinn Ilmari Man... Factor out quote option handling
2014-09-22 Dagfinn Ilmari Man... Fix broken POD links found by App::PodLinkChecker
2014-09-02 Dagfinn Ilmari Man... Factor out calling of normal diff-production functions
2014-09-02 Dagfinn Ilmari Man... Fix POD syntax for PODed-out code
2012-09-22 Dagfinn Ilmari Man... Carp instead of dying if arguments are passed to read...
2012-09-22 Dagfinn Ilmari Man... Document new roles, types and utility functions
2012-09-22 Dagfinn Ilmari Man... Use 'isa' checks for attribute validation
2012-05-09 Peter Rabbitson Resurrect the DB2 precompiled grammar to which we lost...
2012-04-27 Peter Rabbitson Incomplete revert in 0eb3b94a5
2012-02-07 Peter Rabbitson Back out bdf60588b to disable P::RD grammar precompilat...
2012-01-17 Peter Rabbitson Use precompiled Parse::RecDescent parsers for moar...
2011-12-25 Peter Rabbitson patch from rt67989 applied, changes dependency from...
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... use warnings
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-12-24 Arthur Axel 'fREW... Whitespace
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2010-06-01 Rafael Kitover remove unnecessary bit of code
2010-06-01 Rafael Kitover normalize SQLite and Postgres version numbers
2009-08-18 Peter Rabbitson YAML is a test-dep (or at least it's a good thing to...
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 Use Readonly for constant value, some aesthetic changes.
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
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-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2008-08-28 Jess Robinson Enormous patch from Peter Rabbitson making mysql versio...
2008-06-03 Jess Robinson Applied patch from Ryan to uniqify index names sanely...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2003-10-09 Ken Youens-Clark Fixed normalize_name per DLC.
2003-10-09 Ken Youens-Clark Small change to prevent "use of uninitialized value...
2003-09-26 Ken Youens-Clark Fixed "parse_list_args" to not stringify reference...
2003-06-27 Ken Youens-Clark Fixed VERSION.
2003-05-12 Darren Chamberlain Slightly more paranoid version of parse_list_arg -...
2003-05-12 Darren Chamberlain Trim whitespace from arrayref elements as well as array...
2003-05-12 Ken Youens-Clark Change to avoid warning of "use of unitialized value."
2003-05-09 Ken Youens-Clark Added oft-used "parse_list_arg" sub for Schema classes.
2003-04-25 Darren Chamberlain Added header_comment function; see docs for details.
2003-04-17 Darren Chamberlain Added normalize_name function, which normalizes names...
2003-03-12 Darren Chamberlain Added Utils package with debug method, shared between...