Release commit for 1.62
[dbsrgits/SQL-Translator.git] / t / 66-postgres-dbi-parser.t
2015-01-06 Dagfinn Ilmari Man... Fix multi-column indexes in Parser::DBI::PostgreSQL
2013-12-17 Dagfinn Ilmari Man... Fix Pg DBI parser test
2013-11-01 Arthur Axel 'fREW... remove default Pg dsn
2013-03-17 Dagfinn Ilmari Man... Clean up properly after Parser::DBI::PostgreSQL tests
2012-04-28 Peter Rabbitson Fix broken plan
2012-04-28 Peter Rabbitson Stop the DBI parser from disconnecting externally suppl...
2012-04-27 Peter Rabbitson Silence prove -w warnings
2012-01-17 Peter Rabbitson Tab/WS crusade
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...