2012-02-14 |
Peter Rabbitson |
Majorly cleanup $rs->update/delete (no $rs-aware code... |
blob | commitdiff |
2011-11-25 |
Peter Rabbitson |
Start caching the result of various bind_attribute_by_d... |
blob | commitdiff | diff to current |
2011-07-19 |
Rafael Kitover |
Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA |
blob | commitdiff | diff to current |
2011-04-29 |
Peter Rabbitson |
Another overhaul of transaction/savepoint handling |
blob | commitdiff | diff to current |
2011-04-11 |
Rafael Kitover |
Use _is_binary_lob_type to determine datatypes in need... |
blob | commitdiff | diff to current |
2011-03-21 |
Peter Rabbitson |
Lazily load DBD::Pg in ::Storage::DBI::Pg, only when... |
blob | commitdiff | diff to current |
2011-03-01 |
Peter Rabbitson |
Switch sql_maker_class and datetime_parser_type to... |
blob | commitdiff | diff to current |
2011-02-03 |
Rafael Kitover |
add quote_names connect_info option |
blob | commitdiff | diff to current |
2010-12-02 |
Fabien Wernli |
Get Storage::Oracle to behave when quoting is enabled |
blob | commitdiff | diff to current |
2010-11-10 |
Peter Rabbitson |
Introduce columns_info, switch a large portion of the... |
blob | commitdiff | diff to current |
2010-11-10 |
Peter Rabbitson |
Cleanup Row::sequence() |
blob | commitdiff | diff to current |
2010-08-26 |
Peter Rabbitson |
SQLA::Limit is no more \o/ |
blob | commitdiff | diff to current |
2010-08-07 |
Peter Rabbitson |
New $dbh capability handling - allows someone to say |
blob | commitdiff | diff to current |
2010-06-02 |
Peter Rabbitson |
Auto-fill rdbms version for sqlt |
blob | commitdiff | diff to current |
2010-06-01 |
Rafael Kitover |
pass sqlite and pg version properly on ->deploy for... |
blob | commitdiff | diff to current |
2010-06-01 |
Rafael Kitover |
Merge 'namespace-clean' into 'trunk' |
blob | commitdiff | diff to current |
2010-06-01 |
Rafael Kitover |
pass postgres_version in producer_args when deploying... |
blob | commitdiff | diff to current |
2010-06-01 |
Rafael Kitover |
use namespace::cleaned out imports for some common... |
blob | commitdiff | diff to current |
2010-04-08 |
Peter Rabbitson |
Refactor the version handling |
blob | commitdiff | diff to current |
2010-04-08 |
Peter Rabbitson |
Make the insert_returning capability private (and saner... |
blob | commitdiff | diff to current |
2010-03-25 |
Rafael Kitover |
add storage->_server_info->{dbms_ver_normalized} |
blob | commitdiff | diff to current |
2010-03-24 |
Rafael Kitover |
collect _server_info on connection |
blob | commitdiff | diff to current |
2010-03-24 |
Rafael Kitover |
Pg version check for can_insert_returning |
blob | commitdiff | diff to current |
2010-03-24 |
Peter Rabbitson |
Cosmetics + changes |
blob | commitdiff | diff to current |
2010-03-24 |
Peter Rabbitson |
Really fix INSERT RETURNING - simply make it a flag... |
blob | commitdiff | diff to current |
2010-03-22 |
Rafael Kitover |
move INSERT ... RETURNING code into ::DBI::InsertReturn... |
blob | commitdiff | diff to current |
2010-03-22 |
Rafael Kitover |
redo Pg auto-columns using INSERT RETURNING |
blob | commitdiff | diff to current |
2010-02-22 |
Robert Buels |
added package name to DBD::Pg warning in Pg storage... |
blob | commitdiff | diff to current |
2009-12-09 |
Peter Rabbitson |
It's almost 2010 - load_components ('Core') is like... |
blob | commitdiff | diff to current |
2009-11-04 |
Peter Rabbitson |
Cleanup exceptions |
blob | commitdiff | diff to current |
2009-11-04 |
Peter Rabbitson |
Merge 'trunk' into 'pg_unqualified_schema' |
blob | commitdiff | diff to current |
2009-10-31 |
Rafael Kitover |
work-around disconnect bug with DBD::Pg 2.15.1 |
blob | commitdiff | diff to current |
2009-10-21 |
Robert Buels |
reverted [7807], and just changed code to use the custo... |
blob | commitdiff | diff to current |
2009-10-21 |
Robert Buels |
gutted Pg storage driver's sequence discovery to just... |
blob | commitdiff | diff to current |
2009-09-07 |
Peter Rabbitson |
Whoops - last_insert_id allows for multiple autoinc... |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
oops, DBD::Pg 2.15.1 should be included in working... |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
tweaked comment |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
added code to use DBD::Pg column_info to fetch column... |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
added big block comment explaining Pg sequence discover... |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
tweaked pg sequence discovery error message a bit more |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
refactored how Pg storage driver calls sequence search... |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
moved search_path querying function from Pg storage... |
blob | commitdiff | diff to current |
2009-09-04 |
Peter Rabbitson |
Rewrite selector using sqla |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
clarified the POD in Pg storage driver regarding multi... |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
couple of comment/documentation tweaks to pg storage... |
blob | commitdiff | diff to current |
2009-09-04 |
Robert Buels |
rewrote autoinc fetcher as a query into the pg_catalog... |
blob | commitdiff | diff to current |
2009-09-03 |
Robert Buels |
added __END__ before pod in Pg storage |
blob | commitdiff | diff to current |
2009-09-02 |
Peter Rabbitson |
Make pg sequence autodetect deterministic (or throw... |
blob | commitdiff | diff to current |
2009-09-01 |
Robert Buels |
in Pg storage, added a warning for case when the nextva... |
blob | commitdiff | diff to current |
2009-08-29 |
Peter Rabbitson |
Reduce the number of heavy dbh_do calls |
blob | commitdiff | diff to current |
2009-08-18 |
Peter Rabbitson |
Un-plan test and fix authorship |
blob | commitdiff | diff to current |
2009-08-17 |
Robert Buels |
added POD section about schema support to DBIx::Class... |
blob | commitdiff | diff to current |
2009-08-17 |
Peter Rabbitson |
Merge 'trunk' into 'pg_unqualified_schema' |
blob | commitdiff | diff to current |
2009-08-13 |
Peter Rabbitson |
Caelum was right to make _get_dbh private - reverting... |
blob | commitdiff | diff to current |
2009-08-10 |
Robert Buels |
added caching of pg search path in Pg storage object |
blob | commitdiff | diff to current |
2009-08-08 |
Peter Rabbitson |
Merge 'trunk' into 'table_name_ref' |
blob | commitdiff | diff to current |
2009-08-06 |
Robert Buels |
woops, pg search path fix needed support for quoted... |
blob | commitdiff | diff to current |
2009-08-06 |
Robert Buels |
fix for pg non-schema-qualified thing, with a nice... |
blob | commitdiff | diff to current |
2009-08-05 |
Peter Rabbitson |
Rename last_dbh and turn it into a public method |
blob | commitdiff | diff to current |
2009-07-17 |
Rafael Kitover |
Merge 'trunk' into 'reduce_pings' |
blob | commitdiff | diff to current |
2009-07-17 |
Rafael Kitover |
Merge 'trunk' into 'table_name_ref' |
blob | commitdiff | diff to current |
2009-07-16 |
Peter Rabbitson |
A couple of typos, and general whitespace cleanup ... |
blob | commitdiff | diff to current |
2009-07-14 |
Rafael Kitover |
substantially reduced ping count, dynamic cursors suppo... |
blob | commitdiff | diff to current |
2009-07-10 |
Rafael Kitover |
Merge 'trunk' into 'table_name_ref' |
blob | commitdiff | diff to current |
2009-07-04 |
Peter Rabbitson |
Missing newline |
blob | commitdiff | diff to current |
2009-07-03 |
Peter Rabbitson |
Ask for newer DBD::Pg in author mode, suggest the newer... |
blob | commitdiff | diff to current |
2009-06-29 |
Peter Rabbitson |
Minor fixes |
blob | commitdiff | diff to current |
2009-05-23 |
Peter Rabbitson |
Add storage component of multipk resultset update/delet... |
blob | commitdiff | diff to current |
2008-12-22 |
Yuval Kogman |
map blob to PG_BYTEA on DBD::Pg |
blob | commitdiff | diff to current |
2008-08-06 |
Luke Saunders |
added with_deferred_fk_checks functionality to storage |
blob | commitdiff | diff to current |
2008-03-24 |
Anders Nor Berle |
Initial commit of auto_savepoint + some fixes |
blob | commitdiff | diff to current |
2008-03-23 |
Cory G Watson |
Remove unnecessary passing of $self->dbh as a separate... |
blob | commitdiff | diff to current |
2008-03-23 |
Cory G Watson |
Merge 0.09's savepoint branch |
blob | commitdiff | diff to current |
2008-03-15 |
Dagfinn Ilmari Man... |
Eliminate remaining uses of $self->dbh_do($self->can... |
blob | commitdiff | diff to current |
2007-11-07 |
Johannes Plunien |
added code to fetch sequence nextval |
blob | commitdiff | diff to current |
2007-01-24 |
John Napiorkowski |
-- Fixed tabs to spaces issue |
blob | commitdiff | diff to current |
2006-12-30 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'param_bind' |
blob | commitdiff | diff to current |
2006-12-13 |
John Napiorkowski |
updated bulk insert to handle bind_param_array, created... |
blob | commitdiff | diff to current |
2006-12-11 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-12-09 |
David Kamholz |
die in Storage::DBI::Pg when it can't find the autoinc... |
blob | commitdiff | diff to current |
2006-12-01 |
John Napiorkowski |
moved bind attributes to DBI.pm/DBI/Pg.pm |
blob | commitdiff | diff to current |
2006-08-24 |
Brandon L. Black |
clean up the way dbh_do is used in Storage::* so that... |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
A few dbd-specific dbh_do usage improvements |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
infect the storage subdrivers |
blob | commitdiff | diff to current |
2006-06-08 |
Justin Guenther |
Added `use' statement for DBD::Pg |
blob | commitdiff | diff to current |
2006-05-26 |
Justin Guenther |
Add a warning for DBD::Pg < 1.49 |
blob | commitdiff | diff to current |
2006-05-20 |
Matt S Trout |
added datetime parser types for the dbs I can find... |
blob | commitdiff | diff to current |
2006-05-05 |
Jesper Krogh |
Fix to make the Postgresql-code handle Schemas. This... |
blob | commitdiff | diff to current |
2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
blob | commitdiff | diff to current |
2006-03-16 |
Marcus Ramberg |
fix for pg seq detection. |
blob | commitdiff | diff to current |
2006-03-02 |
Brian Cassidy |
added sqlt_type |
blob | commitdiff | diff to current |
2006-03-01 |
David Kamholz |
port fix for ejh's pg bug to branch |
blob | commitdiff | diff to current |
2006-02-10 |
David Kamholz |
re-rewrite PK::Auto, Pg, Oracle bits |
blob | commitdiff | diff to current |
2006-02-10 |
David Kamholz |
remove debug warning from last commit |
blob | commitdiff | diff to current |
2006-02-10 |
David Kamholz |
PK::Auto fixes in branch |
blob | commitdiff | diff to current |
2006-02-09 |
Jess Robinson |
Shovelling PK::Auto stuff where it belongs.. |
blob | commitdiff | diff to current |
|