2009-11-10 |
Rafael Kitover |
made commit/rollback when disconnected an exception |
tree | commitdiff |
2009-11-06 |
Rafael Kitover |
transactions for MSSQL over DBD::Sybase |
tree | commitdiff |
2009-11-04 |
Peter Rabbitson |
Cleanup exceptions |
tree | commitdiff |
2009-11-04 |
Peter Rabbitson |
Merge 'trunk' into 'pg_unqualified_schema' |
tree | commitdiff |
2009-10-31 |
Rafael Kitover |
work-around disconnect bug with DBD::Pg 2.15.1 |
tree | commitdiff |
2009-10-31 |
Rafael Kitover |
fix regex to numify sqlite_version |
tree | commitdiff |
2009-10-31 |
Rafael Kitover |
pass sqlite_version to SQLT |
tree | commitdiff |
2009-10-23 |
Peter Rabbitson |
Prevent sqlt from failing silently |
tree | commitdiff |
2009-10-22 |
Rafael Kitover |
stringify values passed to populate/insert_bulk |
tree | commitdiff |
2009-10-21 |
Robert Buels |
reverted [7807], and just changed code to use the custo... |
tree | commitdiff |
2009-10-21 |
Rafael Kitover |
add test for populate with literal sql mixed with binds... |
tree | commitdiff |
2009-10-21 |
Robert Buels |
gutted Pg storage driver's sequence discovery to just... |
tree | commitdiff |
2009-10-18 |
Rafael Kitover |
error checking related to literal SQL for insert_bulk |
tree | commitdiff |
2009-10-18 |
Rafael Kitover |
Merge 'sybase_support' into 'sybase_bulkinsert_support' |
tree | commitdiff |
2009-10-18 |
Rafael Kitover |
Merge 'trunk' into 'sybase_support' |
tree | commitdiff |
2009-10-04 |
Rafael Kitover |
minor optimization for insert_bulk |
tree | commitdiff |
2009-10-04 |
Peter Rabbitson |
Fix AutoCast's POD |
tree | commitdiff |
2009-10-03 |
Rafael Kitover |
remove _pretty_print |
tree | commitdiff |
2009-10-03 |
Rafael Kitover |
Merge 'sybase_support' into 'sybase_bulkinsert_support' |
tree | commitdiff |
2009-10-03 |
Rafael Kitover |
Merge 'trunk' into 'sybase_support' |
tree | commitdiff |
2009-10-03 |
Rafael Kitover |
fix on_connect_ with coderef connect_info |
tree | commitdiff |
2009-10-01 |
Rafael Kitover |
remove a piece of dead code |
tree | commitdiff |
2009-09-30 |
Rafael Kitover |
factor out subclass-specific _execute_array callback |
tree | commitdiff |
2009-09-30 |
Rafael Kitover |
fix insert_bulk when not using bulk api inside a txn |
tree | commitdiff |
2009-09-30 |
Rafael Kitover |
remove _exhaaust_statements |
tree | commitdiff |
2009-09-29 |
Rafael Kitover |
make insert_bulk atomic |
tree | commitdiff |
2009-09-29 |
Rafael Kitover |
do not clobber $rv from execute_array |
tree | commitdiff |
2009-09-29 |
Rafael Kitover |
minor changes after review |
tree | commitdiff |
2009-09-29 |
Rafael Kitover |
removed some dead code, added fix and test for _execute... |
tree | commitdiff |
2009-09-28 |
Rafael Kitover |
fix DT stuff |
tree | commitdiff |
2009-09-28 |
Rafael Kitover |
minor changes |
tree | commitdiff |
2009-09-26 |
Rafael Kitover |
some cleanups |
tree | commitdiff |
2009-09-24 |
Rafael Kitover |
fix insert with all defaults |
tree | commitdiff |
2009-09-24 |
Rafael Kitover |
remove some duplicate code |
tree | commitdiff |
2009-09-24 |
Rafael Kitover |
minor cleanups, test update of blob to NULL |
tree | commitdiff |
2009-09-24 |
Rafael Kitover |
clean up set_identity stuff |
tree | commitdiff |
2009-09-21 |
Peter Rabbitson |
Changes |
tree | commitdiff |
2009-09-21 |
Peter Rabbitson |
All sybase bulk-insert code by Caelum |
tree | commitdiff |
2009-09-20 |
Peter Rabbitson |
Merge 'sybase_insert_bulk' into 'sybase_support' |
tree | commitdiff |
2009-09-20 |
Peter Rabbitson |
Part one of the sybase work by Caelum (mostly reviewed) |
tree | commitdiff |
2009-09-20 |
Peter Rabbitson |
Missed a part of the revert |
tree | commitdiff |
2009-09-20 |
Peter Rabbitson |
Backout sybase changes |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
Clear up some legacy cruft and straighten inheritance |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
This code belogs in Storage::DBI |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
Merge 'trunk' into 'sybase_insert_bulk' |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
Factor out dumper copy/paste |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
Cleanup exception handling |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
All of caelum's work so far (not reviewed) |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
Rollback all bulk insert code before merge |
tree | commitdiff |
2009-09-18 |
Rafael Kitover |
support for blobs in insert_bulk fallback |
tree | commitdiff |
2009-09-18 |
Rafael Kitover |
Merge 'sybase' into 'sybase_bulk_insert' |
tree | commitdiff |
2009-09-18 |
Rafael Kitover |
fix freetds |
tree | commitdiff |
2009-09-18 |
Rafael Kitover |
fix yesterday's stuff, identity_update works, blob... |
tree | commitdiff |
2009-09-17 |
Rafael Kitover |
I'll rewrite this bit tomorrow to be less retarded |
tree | commitdiff |
2009-09-16 |
Peter Rabbitson |
Remove branched changes |
tree | commitdiff |
2009-09-16 |
Peter Rabbitson |
Caelum's work so far |
tree | commitdiff |
2009-09-16 |
Rafael Kitover |
use execute_array for insert_bulk, test insert_bulk... |
tree | commitdiff |
2009-09-14 |
Rafael Kitover |
remove @args from DBI::sth, use full arg list |
tree | commitdiff |
2009-09-14 |
Rafael Kitover |
minor change (fix inverted boolean for warning) |
tree | commitdiff |
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 |
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 |
Fixed minor problem with txn scope guard - rollback... |
tree | commitdiff |
2009-09-10 |
Peter Rabbitson |
The real fix |
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 |
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 |
Whoops - last_insert_id allows for multiple autoinc... |
tree | commitdiff |
2009-09-07 |
Peter Rabbitson |
Merge 'trunk' into 'sybase' |
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-05 |
Rafael Kitover |
pending review by mpeppler |
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 |
next |