Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI /
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-19 John Napiorkowski pg_attrdef.adsrc no longer on Pg12+
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
2015-01-06 Dagfinn Ilmari Man... Fix multi-column indexes in Parser::DBI::PostgreSQL
2014-10-18 Dagfinn Ilmari Man... Quote table names in 'SHOW CREATE TABLE' in Parser...
2014-07-24 Dagfinn Ilmari Man... Fix handling of views in MySQL DBI parser
2014-07-24 Wallace Reis Fix warning due uninitialized var
2013-10-30 Jonathan C. Otsuka Add DECIMAL_DIGITS to SQLServer size field for scale...
2013-10-30 Jonathan C. Otsuka Quote table_name to fix tables using reserve words...
2012-08-25 Jonathan C. Otsuka Revert "Adding DECIMAL_DIGITS to SQLServer size field...
2012-08-25 Jonathan C. Otsuka Adding DECIMAL_DIGITS to SQLServer size field for scale...
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-12-24 Cedric Carree get Postgres table and column descriptions
2011-12-24 Cedric Carree Fix index issue in Parser::DBI::PostgreSQL
2011-12-24 Cedric Carree Patch to get correct SQL data types from Postgres
2011-12-24 Cedric Carree Create unit test for ::Parser::DBI::PostgreSQL, fix...
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-02-23 Peter Rabbitson changing SQL::Translator::Diff to use producer_args...
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 Adding patch from user.
2009-08-07 Ken Youens-Clark Just made a little more readable.
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-11-20 John Goulah add support for a skip option to the parser
2007-06-04 Ben Faga Committing patches sent by Florian Helmberger. Here...
2007-04-12 Chris Hilton Ignore views and procedures with no text (weeds out...
2006-10-10 Chris Hilton Remove row requirement for returning indices
2006-08-26 Jess Robinson Also collect function objects. Thanks Gordon!
2006-05-04 Chris Hilton Minor refactor to avoid uninitialized value warning
2006-03-09 Earl Cahill -O::Is, accidentally committed some debug, thanks to...
2006-03-09 Earl Cahill initial adds for the oracle dbi parser and a simple...
2006-02-22 Ken Youens-Clark Changed to build up schema from "show create table...
2005-10-07 Scott Cain refining the parser, but it still doesn't do everything...
2005-10-06 Scott Cain revamped Pg DBI parser to query system tables. This...
2005-07-12 Chris Hilton Removed auto_increment from a field's extra attribute...
2005-07-07 Ben Faga Changed the second "my $h" to just "$h" because it...
2005-06-27 Chris Hilton A DBI Parser for SQL Server, mostly copied from DBI...
2004-09-15 Jess Robinson Add Triggers
2004-09-15 Jess Robinson New column_info definition, correct nullable
2004-08-30 Ken Youens-Clark Adding Jess's DB2 DBI parser.
2004-07-30 Paul Harrington sp_columns on Sybase 12.5.2 (and, perhaps, earlier...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2003-10-15 Ken Youens-Clark Added a little to the POD to explain version dependency.
2003-10-15 Paul Harrington This module does not actually use any DBD::Pg calls...
2003-10-15 Ken Youens-Clark Fixed POD, removed commented warnings.
2003-10-15 Ken Youens-Clark Added boilerplate intro, fixed POD.
2003-10-15 Ken Youens-Clark Fixing POD.
2003-10-15 Ken Youens-Clark Fixed some spacing and POD.
2003-10-13 Paul Harrington use DBI and a recent revision of DBD::Pg
2003-10-10 Ken Youens-Clark Adding a DBI-Pg parser based on DBIx::DBSchema, but...
2003-10-04 Paul Harrington extract out text of stored procedures and triggers
2003-10-03 Ken Youens-Clark Fixed syntax error.
2003-10-03 Ken Youens-Clark Adding Sybase parser for Paul.
2003-10-03 Ken Youens-Clark Fixing AUTHORS.
2003-10-03 Ken Youens-Clark Adding a MySQL/DBI parser that talks to the db for...
2003-10-03 Ken Youens-Clark Streamlined.
2003-10-03 Ken Youens-Clark Adding new DBI and experimental DBI::SQLite parsers.