Get Storage::Oracle to behave when quoting is enabled
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Pg.pm
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Peter Rabbitson Cleanup Row::sequence()
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-06-02 Peter Rabbitson Auto-fill rdbms version for sqlt
2010-06-01 Rafael Kitover pass sqlite and pg version properly on ->deploy for...
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover pass postgres_version in producer_args when deploying...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-04-08 Peter Rabbitson Refactor the version handling
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
2010-03-25 Rafael Kitover add storage->_server_info->{dbms_ver_normalized}
2010-03-24 Rafael Kitover collect _server_info on connection
2010-03-24 Rafael Kitover Pg version check for can_insert_returning
2010-03-24 Peter Rabbitson Cosmetics + changes
2010-03-24 Peter Rabbitson Really fix INSERT RETURNING - simply make it a flag...
2010-03-22 Rafael Kitover move INSERT ... RETURNING code into ::DBI::InsertReturn...
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-02-22 Robert Buels added package name to DBD::Pg warning in Pg storage...
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-04 Peter Rabbitson Cleanup exceptions
2009-11-04 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-10-31 Rafael Kitover work-around disconnect bug with DBD::Pg 2.15.1
2009-10-21 Robert Buels reverted [7807], and just changed code to use the custo...
2009-10-21 Robert Buels gutted Pg storage driver's sequence discovery to just...
2009-09-07 Peter Rabbitson Whoops - last_insert_id allows for multiple autoinc...
2009-09-04 Robert Buels oops, DBD::Pg 2.15.1 should be included in working...
2009-09-04 Robert Buels tweaked comment
2009-09-04 Robert Buels added code to use DBD::Pg column_info to fetch column...
2009-09-04 Robert Buels added big block comment explaining Pg sequence discover...
2009-09-04 Robert Buels tweaked pg sequence discovery error message a bit more
2009-09-04 Robert Buels refactored how Pg storage driver calls sequence search...
2009-09-04 Robert Buels moved search_path querying function from Pg storage...
2009-09-04 Peter Rabbitson Rewrite selector using sqla
2009-09-04 Robert Buels clarified the POD in Pg storage driver regarding multi...
2009-09-04 Robert Buels couple of comment/documentation tweaks to pg storage...
2009-09-04 Robert Buels rewrote autoinc fetcher as a query into the pg_catalog...
2009-09-03 Robert Buels added __END__ before pod in Pg storage
2009-09-02 Peter Rabbitson Make pg sequence autodetect deterministic (or throw...
2009-09-01 Robert Buels in Pg storage, added a warning for case when the nextva...
2009-08-29 Peter Rabbitson Reduce the number of heavy dbh_do calls
2009-08-18 Peter Rabbitson Un-plan test and fix authorship
2009-08-17 Robert Buels added POD section about schema support to DBIx::Class...
2009-08-17 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-10 Robert Buels added caching of pg search path in Pg storage object
2009-08-08 Peter Rabbitson Merge 'trunk' into 'table_name_ref'
2009-08-06 Robert Buels woops, pg search path fix needed support for quoted...
2009-08-06 Robert Buels fix for pg non-schema-qualified thing, with a nice...
2009-08-05 Peter Rabbitson Rename last_dbh and turn it into a public method
2009-07-17 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-17 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-07-10 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-04 Peter Rabbitson Missing newline
2009-07-03 Peter Rabbitson Ask for newer DBD::Pg in author mode, suggest the newer...
2009-06-29 Peter Rabbitson Minor fixes
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..