2009-09-18 |
Peter Rabbitson |
Minor cleanup of RSC with has_many joins |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Peter Rabbitson |
duh |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Peter Rabbitson |
Cleanup exception handling |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Peter Rabbitson |
Merge 'sybase' into 'trunk' |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Peter Rabbitson |
Rollback all bulk insert code before merge |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Peter Rabbitson |
Merge 'sybase_bulk_insert' into 'sybase' |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Rafael Kitover |
support for blobs in insert_bulk fallback |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Rafael Kitover |
Merge 'sybase' into 'sybase_bulk_insert' |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Rafael Kitover |
fix freetds |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Rafael Kitover |
column no longer necessary in test |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Rafael Kitover |
fix yesterday's stuff, identity_update works, blob... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Peter Rabbitson |
Fix left-join chaining |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Rafael Kitover |
I'll rewrite this bit tomorrow to be less retarded |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Peter Rabbitson |
Merge 'sybase' into 'sybase_bulk_insert' |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Peter Rabbitson |
Remove branched changes |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Peter Rabbitson |
Caelum's work so far |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Rafael Kitover |
use execute_array for insert_bulk, test insert_bulk... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Robert Buels |
another doc clarification regarding auto-inc columns... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Robert Buels |
doc patch, clarified warning about using find_or_create... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Peter Rabbitson |
Warn when distinct is used with group_by |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Peter Rabbitson |
Someone claimed this is a problem... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Rafael Kitover |
remove @args from DBI::sth, use full arg list |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Rafael Kitover |
minor change (fix inverted boolean for warning) |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Rafael Kitover |
add another test for sybase bulk stuff (passes) |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Rafael Kitover |
sybase bulk API support stuff (no blobs yet, coming... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Rafael Kitover |
allow subclassing of methods proxied to _writer_storage |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Rafael Kitover |
make sure _init doesn't loop, steal insert_bulk from... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Rafael Kitover |
change _insert_dbh to _insert_storage |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Peter Rabbitson |
Even better localization of $@, and don't use Test... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Final scopeguard tweak (?) |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Bruno Vecchi |
Added Bruno Vecchi to the Contributors section in DBIx... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Bruno Vecchi |
Update DBIx::Class::Manual::Example.pod to reflect... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
scopeguard almost done |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Fix borked example |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
This is how the txnguard should really work |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Add single() ro RSC |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Reverting dev.catalyst.perl.org/svnweb/bast/revision... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Extend prefetch tests |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Fixed minor problem with txn scope guard - rollback... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Fix borked makefile |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Peter Rabbitson |
Changes so far |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Matt S Trout |
make it clear that we are not supposed to have optional... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Peter Rabbitson |
The real fix |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Aran Deltac |
Fix RSC->reset() to no longer return $self, which fixes... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Moritz Onken |
added test to make sure that store_column is called... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Rafael Kitover |
do blob update over _insert_dbh |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Rafael Kitover |
remove Sub::Name hack for method dispatch, pass $next... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Peter Rabbitson |
Really sanify exception text |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Peter Rabbitson |
Fix warning |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Rafael Kitover |
test multi-row blob update |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Peter Rabbitson |
This should not have worked - I guess we lack tests? |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Peter Rabbitson |
Reduce amount of perl-golf :) |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Peter Rabbitson |
Much simpler |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Peter Rabbitson |
Localisation ain't free, we don't do it unless we have to |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Rafael Kitover |
remove unsafe_insert |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Arthur Axel... |
Turn IDENTITY_INSERT back off after inserts |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Rafael Kitover |
fix _insert_dbh code to only connect when needed, doc... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Peter Rabbitson |
Prune duplicate constraints from the find() condition |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Peter Rabbitson |
Whoops - last_insert_id allows for multiple autoinc... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Wallace Reis |
improved warn for Storable hooks in ResultSourceHandle |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Peter Rabbitson |
Merge 'trunk' into 'sybase' |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Peter Rabbitson |
Whoops this should not have committed |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Peter Rabbitson |
Release 0.08111 tag |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Peter Rabbitson |
Release 0.08111 v0.08111 |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Fix mssql pod |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Clearer MSSQL error message |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Centralize identity insert control for mssql (it seems... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Stop eating exceptions in ::Storage::DBI::DESTROY |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Release 0.08110 |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Done long time ago |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Test cleanup: |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Streamline test |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
No connection - no cleanup |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Peter Rabbitson |
Add mysterious exception test |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Rafael Kitover |
pending review by mpeppler |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Changes |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
No Serialize::Storable in core |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Stop double-caching datetime_parser - keep it in the... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Merge 'pg_unqualified_schema' into 'trunk' |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
oops, DBD::Pg 2.15.1 should be included in working... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
tweaked comment |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
added code to use DBD::Pg column_info to fetch column... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
added big block comment explaining Pg sequence discover... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
tweaked pg sequence discovery error message a bit more |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
refactored how Pg storage driver calls sequence search... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
moved search_path querying function from Pg storage... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Even better sqla |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Dumper follies |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Rewrite selector using sqla |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Fixes to pg test after review: |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Require sqla with bool support |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Proper unconnected test |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Merge 'trunk' into 'pg_unqualified_schema' |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Peter Rabbitson |
Stop connecting to determine dt-parser (test is in... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
clarified the POD in Pg storage driver regarding multi... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Robert Buels |
fixed my tests |
commit | commitdiff | tree | snapshot |
next |