A couple of typos, and general whitespace cleanup (ick)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Pg.pm
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-04 Peter Rabbitson Missing newline
2009-07-03 Peter Rabbitson Ask for newer DBD::Pg in author mode, suggest the newer...
2009-05-23 Peter Rabbitson Add storage component of multipk resultset update/delet...
2008-12-22 Yuval Kogman map blob to PG_BYTEA on DBD::Pg
2008-08-06 Luke Saunders added with_deferred_fk_checks functionality to storage
2008-03-24 Anders Nor Berle Initial commit of auto_savepoint + some fixes
2008-03-23 Cory G Watson Remove unnecessary passing of $self->dbh as a separate...
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2008-03-15 Dagfinn Ilmari Man... Eliminate remaining uses of $self->dbh_do($self->can...
2007-11-07 Johannes Plunien added code to fetch sequence nextval
2007-01-24 John Napiorkowski -- Fixed tabs to spaces issue
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-13 John Napiorkowski updated bulk insert to handle bind_param_array, created...
2006-12-11 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-12-09 David Kamholz die in Storage::DBI::Pg when it can't find the autoinc...
2006-12-01 John Napiorkowski moved bind attributes to DBI.pm/DBI/Pg.pm
2006-08-24 Brandon L. Black clean up the way dbh_do is used in Storage::* so that...
2006-08-08 Brandon L. Black A few dbd-specific dbh_do usage improvements
2006-07-23 Brandon L. Black infect the storage subdrivers
2006-06-08 Justin Guenther Added `use' statement for DBD::Pg
2006-05-26 Justin Guenther Add a warning for DBD::Pg < 1.49
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-05-05 Jesper Krogh Fix to make the Postgresql-code handle Schemas. This...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-16 Marcus Ramberg fix for pg seq detection.
2006-03-02 Brian Cassidy added sqlt_type
2006-03-01 David Kamholz port fix for ejh's pg bug to branch
2006-02-10 David Kamholz re-rewrite PK::Auto, Pg, Oracle bits
2006-02-10 David Kamholz remove debug warning from last commit
2006-02-10 David Kamholz PK::Auto fixes in branch
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..