2009-09-14 |
Rafael Kitover |
sybase bulk API support stuff (no blobs yet, coming... |
tree | commitdiff |
2009-09-13 |
Rafael Kitover |
allow subclassing of methods proxied to _writer_storage |
tree | commitdiff |
2009-09-13 |
Rafael Kitover |
make sure _init doesn't loop, steal insert_bulk from... |
tree | commitdiff |
2009-09-13 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-09-13 |
Rafael Kitover |
change _insert_dbh to _insert_storage |
tree | commitdiff |
2009-09-12 |
Peter Rabbitson |
Even better localization of $@, and don't use Test... |
tree | commitdiff |
2009-09-11 |
Peter Rabbitson |
Final scopeguard tweak (?) |
tree | commitdiff |
2009-09-11 |
Bruno Vecchi |
Added Bruno Vecchi to the Contributors section in DBIx... |
tree | commitdiff |
2009-09-11 |
Bruno Vecchi |
Update DBIx::Class::Manual::Example.pod to reflect... |
tree | commitdiff |
2009-09-11 |
Peter Rabbitson |
scopeguard almost done |
tree | commitdiff |
2009-09-11 |
Peter Rabbitson |
This is how the txnguard should really work |
tree | commitdiff |
2009-09-11 |
Peter Rabbitson |
Add single() ro RSC |
tree | commitdiff |
2009-09-11 |
Peter Rabbitson |
Extend prefetch tests |
tree | commitdiff |
2009-09-11 |
Peter Rabbitson |
Fixed minor problem with txn scope guard - rollback... |
tree | commitdiff |
2009-09-10 |
Peter Rabbitson |
The real fix |
tree | commitdiff |
2009-09-10 |
Aran Deltac |
Fix RSC->reset() to no longer return $self, which fixes... |
tree | commitdiff |
2009-09-10 |
Rafael Kitover |
do blob update over _insert_dbh |
tree | commitdiff |
2009-09-09 |
Rafael Kitover |
remove Sub::Name hack for method dispatch, pass $next... |
tree | commitdiff |
2009-09-09 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
Really sanify exception text |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
Fix warning |
tree | commitdiff |
2009-09-09 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-09-09 |
Rafael Kitover |
test multi-row blob update |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
This should not have worked - I guess we lack tests? |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
Reduce amount of perl-golf :) |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
Much simpler |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
Localisation ain't free, we don't do it unless we have to |
tree | commitdiff |
2009-09-09 |
Rafael Kitover |
remove unsafe_insert |
tree | commitdiff |
2009-09-08 |
Arthur Axel "fREW... |
Turn IDENTITY_INSERT back off after inserts |
tree | commitdiff |
2009-09-07 |
Rafael Kitover |
fix _insert_dbh code to only connect when needed, doc... |
tree | commitdiff |
2009-09-07 |
Peter Rabbitson |
Prune duplicate constraints from the find() condition |
tree | commitdiff |
2009-09-07 |
Peter Rabbitson |
Whoops - last_insert_id allows for multiple autoinc... |
tree | commitdiff |
2009-09-07 |
Wallace Reis |
improved warn for Storable hooks in ResultSourceHandle |
tree | commitdiff |
2009-09-07 |
Peter Rabbitson |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-09-07 |
Peter Rabbitson |
Release 0.08111 |
tree | commitdiff |
2009-09-06 |
Peter Rabbitson |
Fix mssql pod |
tree | commitdiff |
2009-09-06 |
Peter Rabbitson |
Clearer MSSQL error message |
tree | commitdiff |
2009-09-06 |
Peter Rabbitson |
Centralize identity insert control for mssql (it seems... |
tree | commitdiff |
2009-09-06 |
Peter Rabbitson |
Stop eating exceptions in ::Storage::DBI::DESTROY |
tree | commitdiff |
2009-09-06 |
Peter Rabbitson |
Release 0.08110 |
tree | commitdiff |
2009-09-05 |
Rafael Kitover |
pending review by mpeppler |
tree | commitdiff |
2009-09-04 |
Peter Rabbitson |
No Serialize::Storable in core |
tree | commitdiff |
2009-09-04 |
Peter Rabbitson |
Stop double-caching datetime_parser - keep it in the... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
oops, DBD::Pg 2.15.1 should be included in working... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
tweaked comment |
tree | commitdiff |
2009-09-04 |
Robert Buels |
added code to use DBD::Pg column_info to fetch column... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
added big block comment explaining Pg sequence discover... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
tweaked pg sequence discovery error message a bit more |
tree | commitdiff |
2009-09-04 |
Robert Buels |
refactored how Pg storage driver calls sequence search... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
moved search_path querying function from Pg storage... |
tree | commitdiff |
2009-09-04 |
Peter Rabbitson |
Rewrite selector using sqla |
tree | commitdiff |
2009-09-04 |
Peter Rabbitson |
Merge 'trunk' into 'pg_unqualified_schema' |
tree | commitdiff |
2009-09-04 |
Peter Rabbitson |
Stop connecting to determine dt-parser (test is in... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
clarified the POD in Pg storage driver regarding multi... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
couple of comment/documentation tweaks to pg storage... |
tree | commitdiff |
2009-09-04 |
Robert Buels |
rewrote autoinc fetcher as a query into the pg_catalog... |
tree | commitdiff |
2009-09-03 |
Robert Buels |
added __END__ before pod in Pg storage |
tree | commitdiff |
2009-09-03 |
Peter Rabbitson |
Merge 'cookbook_fixes' into 'trunk' |
tree | commitdiff |
2009-09-03 |
Peter Rabbitson |
Minor cleanups |
tree | commitdiff |
2009-09-03 |
Matt S Trout |
get the COPYRIGHT in the right pless to not confuse... |
tree | commitdiff |
2009-09-03 |
Peter Rabbitson |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-09-03 |
Peter Rabbitson |
Consolidate _verify_pid calls |
tree | commitdiff |
2009-09-03 |
Peter Rabbitson |
Storable is now in Core |
tree | commitdiff |
2009-09-03 |
Peter Rabbitson |
Storable sanification |
tree | commitdiff |
2009-09-03 |
Peter Rabbitson |
POD lists the storable hooks, but does no load them |
tree | commitdiff |
2009-09-02 |
Robert Buels |
POD patch, corrected erroneous usage of dbh_do in Stora... |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
Merge 'trunk' into 'pg_unqualified_schema' |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
Make pg sequence autodetect deterministic (or throw... |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
Mysql v3 support (ick) |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
No fancy methods for the default_jointype, as we don... |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
Invoke default_join_type only on undefined types |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
First part of mysql insanity |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
Some cleanup... don't remember where it came from |
tree | commitdiff |
2009-09-02 |
Peter Rabbitson |
Centralize handling of minimum sqlt version to DBIx... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Further improvement in the bind value column names... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Fixed the bind value column names in the SQL literal... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Fixed wrong literal SQL + bind examples (missing operat... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Added many-to-many add_to_*() example to stress that... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Rewrote 'SQL functions on the lhs' to use the new SQLA... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Replaced deprecated \'colname DESC' order_by syntax... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Added pointer to DBIx::Class::DynamicSubclass. |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Added a comment to the example code to stress that... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Rewrote 'SQL functions on the lhs' to use the new SQLA... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Mentions the possibiliby of creating indexes on SQL... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Added pointer to 'SQL functions on the lhs' to the... |
tree | commitdiff |
2009-09-01 |
Norbert Buchmuller |
Changed the sample SQL in the Cookbook 'Complex WHERE... |
tree | commitdiff |
2009-09-01 |
Arthur Axel "fREW... |
pod describing strife with MSSQL |
tree | commitdiff |
2009-09-01 |
Matt S Trout |
split copyright and license |
tree | commitdiff |
2009-09-01 |
Matt S Trout |
clearer copyright |
tree | commitdiff |
2009-09-01 |
Peter Rabbitson |
Fix insert_bulk with rebless |
tree | commitdiff |
2009-09-01 |
Robert Buels |
in Pg storage, added a warning for case when the nextva... |
tree | commitdiff |
2009-09-01 |
Peter Rabbitson |
Fix misleading FAQ entry |
tree | commitdiff |
2009-08-31 |
Justin Hunter |
remove . from end of =head links |
tree | commitdiff |
2009-08-31 |
Rafael Kitover |
fix case where repelicant coderef dsn does not connect |
tree | commitdiff |
2009-08-31 |
Rafael Kitover |
make replicant dsn detection a bit nicer |
tree | commitdiff |
2009-08-31 |
Rafael Kitover |
support coderef connect_infos for repicated storage |
tree | commitdiff |
2009-08-30 |
Peter Rabbitson |
Rename insert_txn to unsafe_insert |
tree | commitdiff |
2009-08-30 |
Rafael Kitover |
added txn_scope_guards for blob operations |
tree | commitdiff |
2009-08-30 |
Peter Rabbitson |
Change should_quote_value to interpolate_unquoted to... |
tree | commitdiff |
2009-08-30 |
Peter Rabbitson |
Put the ocmment back |
tree | commitdiff |
next |