Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / ClassDBI.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2013-09-13 David Steinbrunner typo fix
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
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-06-01 Peter Rabbitson Switch to Module::Install
2009-04-14 Ken Youens-Clark Return lines of input in a list context, fixed my name.
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
2005-11-17 Ben Faga Applied changes submitted by Paul Makepeace <sourceforg...
2005-07-07 Allen Day missed a spot
2005-07-07 Allen Day backing out non-callback package mangling
2005-06-08 Ken Youens-Clark While trying to create CDBI classes myself, I found...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2003-12-04 Ken Youens-Clark Skip creating package if no name (must have been an...
2003-10-15 Allen Day cleanup for 0.03 release
2003-10-15 Allen Day we need to rely on the vendor set_up_table() method...
2003-10-15 Ken Youens-Clark Small POD fix.
2003-08-20 Ken Youens-Clark Working changes I made to 1.31 back in: Many cosmetic...
2003-08-20 Darren Chamberlain Updated MANIFEST.
2003-08-18 Darren Chamberlain Fixed pod oopsie
2003-08-14 Allen Day removing changes related to primary/essential/other...
2003-08-13 Ken Youens-Clark More cosmetic changes to make comments pretty, added...
2003-08-12 Ken Youens-Clark Ran through perltidy, broke long lines, changed logic...
2003-08-07 Allen Day no longer using set_up_table method. it incurs an...
2003-07-09 Allen Day aliasing ugly tablename_fieldname ref methods where...
2003-07-09 Allen Day commenting shortcoming
2003-07-09 Allen Day had to fix up the format_pk_method (somehow it got...
2003-06-27 Ken Youens-Clark Efforts to re-enable Allen's many-to-many linktable...
2003-06-27 Ken Youens-Clark I've tried to address Allen's concerns about naming...
2003-06-25 Ken Youens-Clark Removed redeclaration of "$parser_type," fixed bug...
2003-06-25 Ken Youens-Clark Fixed a bug-fix of mine that was contingent on my check...
2003-06-25 Allen Day fixes for base DBI package setting db vendor based...
2003-06-25 Ken Youens-Clark Allow translation from parsers other than MySQL, Pg...
2003-06-25 Allen Day adding strict and quotes for barewords
2003-06-24 Ken Youens-Clark Changed "hasa" to "has_a."
2003-06-19 Allen Day fk references in many-to-many mappings need to refer...
2003-06-19 Ken Youens-Clark Added single quotes around the "use base 'foo';" line.
2003-06-17 Ken Youens-Clark Nothing really changed.
2003-06-11 Ken Youens-Clark Modified producers to quite looking for the data struct...
2003-06-10 Ken Youens-Clark Mostly cosmetic changes (Allen -- no tabs, indent ...
2003-06-09 Allen Day move over bacon
2003-06-09 Allen Day it was buggy
2003-06-09 Allen Day supposedly hasa()is deprecated in favor of has_a().
2003-06-09 Allen Day linktable traversal seems to be working! haven't tried...
2003-06-09 Ken Youens-Clark Removed unnecessary backslash-escapes of single quotes...
2003-05-11 Allen Day some fixes to fk method name generation. failed to...
2003-04-25 Allen Day low hanging fruit, please read the diff below
2003-04-25 Darren Chamberlain Added refactored comment producing using header_comment.
2003-04-19 Allen Day cosmetic changes to autogenerated code.
2003-04-19 Allen Day asdf
2003-04-19 Ken Youens-Clark Fixed error for: "Use of uninitialized value in string...
2003-04-18 Allen Day adding ClassDBI producer.