2008-11-10 |
John Napiorkowski |
changed the way we get the DSN for debugging in replication |
tree | commitdiff |
2008-10-07 |
Peter Rabbitson |
Silence SQLite ->disconnect warnings |
tree | commitdiff |
2008-10-06 |
Marc Mims |
Use DBI->last_insert_id for ODBC base class. |
tree | commitdiff |
2008-08-27 |
John Napiorkowski |
fixed braindead typo in docs telling people to use... |
tree | commitdiff |
2008-08-12 |
Marc Mims |
ODBC fixes: superfluous connection in rebless; undef... |
tree | commitdiff |
2008-08-07 |
Luke Saunders |
proxying new storage method |
tree | commitdiff |
2008-08-06 |
Luke Saunders |
added with_deferred_fk_checks functionality to storage |
tree | commitdiff |
2008-07-23 |
John Napiorkowski |
podcoverage test now requires minimum 0.19 version... |
tree | commitdiff |
2008-07-23 |
John Napiorkowski |
changed some replication POD so that we get correctly... |
tree | commitdiff |
2008-07-18 |
John Napiorkowski |
updated CHANGES, removed debug code left by accident... |
tree | commitdiff |
2008-07-11 |
John Napiorkowski |
just a tiny grammer fix to POD |
tree | commitdiff |
2008-07-11 |
John Napiorkowski |
added tests for required modules, minor documentation... |
tree | commitdiff |
2008-07-10 |
John Napiorkowski |
make sure debugobj calls always go to the master |
tree | commitdiff |
2008-07-10 |
John Napiorkowski |
fixed regression in the random balancer that I created... |
tree | commitdiff |
2008-07-09 |
John Napiorkowski |
make sure various Storage mutators correctly return... |
tree | commitdiff |
2008-07-09 |
John Napiorkowski |
removed the mistaken debug code |
tree | commitdiff |
2008-07-09 |
John Napiorkowski |
use BUILDARGS intead of wrapping new, added make_immuta... |
tree | commitdiff |
2008-07-09 |
John Napiorkowski |
use BUILDARGS intead of wrapping new, added make_immuta... |
tree | commitdiff |
2008-07-07 |
John Napiorkowski |
updated documentation, adding some hints and details... |
tree | commitdiff |
2008-07-07 |
John Napiorkowski |
removed some debugging comments, removed transaction... |
tree | commitdiff |
2008-06-19 |
John Napiorkowski |
removed ->reload_row from storage, changed this to... |
tree | commitdiff |
2008-06-12 |
John Napiorkowski |
more cleanly separated DBIC::Storage::Replicated from... |
tree | commitdiff |
2008-06-11 |
John Napiorkowski |
1) changed all 4 space indentation to 2 space style... |
tree | commitdiff |
2008-06-07 |
John Napiorkowski |
clarified documentation about setting up slave dsn |
tree | commitdiff |
2008-06-05 |
John Napiorkowski |
all your tabs belong to spaces |
tree | commitdiff |
2008-06-04 |
John Napiorkowski |
fixed boneheaded failure to properly propogate txn_do |
tree | commitdiff |
2008-06-03 |
John Napiorkowski |
fix to make sure execute_reliably method properly finds... |
tree | commitdiff |
2008-05-29 |
John Napiorkowski |
changed Storage->reload_row to do less, reverted some... |
tree | commitdiff |
2008-05-29 |
John Napiorkowski |
discard changes now is forced to use master for replica... |
tree | commitdiff |
2008-05-28 |
John Napiorkowski |
created storage method to execute a coderef using maste... |
tree | commitdiff |
2008-05-16 |
John Napiorkowski |
make sure that the Pool validates the replicants on... |
tree | commitdiff |
2008-05-14 |
John Napiorkowski |
documentation updates |
tree | commitdiff |
2008-05-09 |
John Napiorkowski |
removed bad tabbing |
tree | commitdiff |
2008-05-09 |
John Napiorkowski |
doh, replaced ability to configure pool args via the... |
tree | commitdiff |
2008-05-09 |
John Napiorkowski |
changed the balancer to a role, created a new class... |
tree | commitdiff |
2008-05-09 |
John Napiorkowski |
good start on the validation of replicants and a system... |
tree | commitdiff |
2008-05-09 |
John Napiorkowski |
fixed up the relicant status tests to exclude them... |
tree | commitdiff |
2008-05-09 |
John Napiorkowski |
fixed up the relicant status tests to exclude them... |
tree | commitdiff |
2008-05-08 |
John Napiorkowski |
converted replicant to a role so that we can apply... |
tree | commitdiff |
2008-05-07 |
John Napiorkowski |
changed the way args are passed to a storage, should... |
tree | commitdiff |
2008-05-07 |
John Napiorkowski |
documented methods for detecting replicant reliability... |
tree | commitdiff |
2008-05-07 |
John Napiorkowski |
refactored the duties of the different balancer classes... |
tree | commitdiff |
2008-05-05 |
Matt S Trout |
restore debolaz's cleanup patch since it's not what... |
tree | commitdiff |
2008-05-05 |
Matt S Trout |
reverse r4290 since we -do- -not- currently want these... |
tree | commitdiff |
2008-04-30 |
John Napiorkowski |
cleanup of some docs, got the default shuffling balance... |
tree | commitdiff |
2008-04-30 |
John Napiorkowski |
added some advice to debugging replicants so that we... |
tree | commitdiff |
2008-04-30 |
John Napiorkowski |
added some advice to debugging replicants so that we... |
tree | commitdiff |
2008-04-30 |
John Napiorkowski |
got first pass on the replication and balancer, passing... |
tree | commitdiff |
2008-04-30 |
John Napiorkowski |
new config option to DBICTest to let you set an alterna... |
tree | commitdiff |
2008-04-25 |
John Napiorkowski |
fixed up the replication test, added some tests for... |
tree | commitdiff |
2008-04-25 |
John Napiorkowski |
renamed replication storage to replicated (since it... |
tree | commitdiff |
2008-04-24 |
Anders Nor Berle |
Fix PAUSE indexing of packages |
tree | commitdiff |
2008-04-18 |
John Napiorkowski |
querycounter role, test for that and a new schema hiera... |
tree | commitdiff |
2008-04-17 |
John Napiorkowski |
- added tests to replication to make sure dbd::multi... |
tree | commitdiff |
2008-03-26 |
Matt S Trout |
fix pod fail |
tree | commitdiff |
2008-03-24 |
Øystein Torget |
Merge 'storage-ms-access' into 'trunk' |
tree | commitdiff |
2008-03-24 |
Anders Nor Berle |
Initial commit of auto_savepoint + some fixes |
tree | commitdiff |
2008-03-23 |
Cory G Watson |
Remove unnecessary passing of $self->dbh as a separate... |
tree | commitdiff |
2008-03-23 |
Cory G Watson |
Merge 0.09's savepoint branch |
tree | commitdiff |
2008-03-15 |
Dagfinn Ilmari Man... |
Eliminate remaining uses of $self->dbh_do($self->can... |
tree | commitdiff |
2008-03-11 |
Matt S Trout |
Merge 'oracle_sequence' into 'trunk' |
tree | commitdiff |
2008-03-06 |
Øystein Torget |
Added the function bind_attributes_by_data_type to... |
tree | commitdiff |
2008-03-04 |
Luke Saunders |
Merge 'trunk' into 'versioned_enhancements' |
tree | commitdiff |
2008-03-04 |
Aaron Trevena |
Applied fixes to replication connect_info method |
tree | commitdiff |
2008-02-05 |
Øystein Torget |
Initial import of storage class for MS Acccess |
tree | commitdiff |
2008-02-01 |
Jess Robinson |
Sanitise filename of sqlite backup file |
tree | commitdiff |
2008-01-22 |
Marc Mims |
Added build_datetime_parser method for MSSQL over ODBC. |
tree | commitdiff |
2008-01-03 |
Yuval Kogman |
pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server |
tree | commitdiff |
2008-01-02 |
Marc Mims |
Added Storage::DBI subclass for MSSQL auto PK over... |
tree | commitdiff |
2007-11-07 |
Johannes Plunien |
added code to fetch sequence nextval |
tree | commitdiff |
2007-11-07 |
Johannes Plunien |
moved sequence relatied insert code from DBI::Oracle... |
tree | commitdiff |
2007-11-06 |
Johannes Plunien |
fetch nextval from sequence for insert |
tree | commitdiff |
2007-10-25 |
Norbert Csongradi |
Merge 'replication' into 'trunk' |
tree | commitdiff |
2007-10-20 |
Norbert Csongradi |
Added set_schema and fixed previously bad calls ($self... |
tree | commitdiff |
2007-09-29 |
Wallace Reis |
select for patch from justin |
tree | commitdiff |
2007-09-05 |
Marc Mims |
Updated email address |
tree | commitdiff |
2007-08-21 |
Matt S Trout |
oracle datetime inflator patch |
tree | commitdiff |
2007-08-13 |
Tom Hukins |
Fix a package name I corrected wrongly in revision... |
tree | commitdiff |
2007-08-10 |
Tom Hukins |
Fix package names in documentation |
tree | commitdiff |
2007-08-03 |
Matt S Trout |
optimisation in cursor |
tree | commitdiff |
2007-07-02 |
Brandon L. Black |
Patch for ? in NoBindVars data from Tom Hukins |
tree | commitdiff |
2007-06-16 |
Matt S Trout |
fix conditional and document behaviour |
tree | commitdiff |
2007-06-12 |
Brandon L. Black |
small throw_exception fixes |
tree | commitdiff |
2007-06-12 |
Brandon L. Black |
add some storage exception tests, and fix a really... |
tree | commitdiff |
2007-06-01 |
K J Cheetham |
pod tweaking for line wrappings |
tree | commitdiff |
2007-06-01 |
Matt S Trout |
imported Replication store from branch |
tree | commitdiff |
2007-06-01 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-06-01 |
Brandon L. Black |
add "use Class::C3" to S::DBI::Sybase::MSSQL, doc reini... |
tree | commitdiff |
2007-05-31 |
Brandon L. Black |
integrate nobindvars/_prep_for_execute with the bind_pa... |
tree | commitdiff |
2007-05-29 |
Brandon L. Black |
a few small pod coverage fixes |
tree | commitdiff |
2007-05-21 |
Matt S Trout |
fixed WhereJoins to handle conditions edge cases |
tree | commitdiff |
2007-05-11 |
Matt S Trout |
fixup for Oracle WHERE join stuff from abraxxa |
tree | commitdiff |
2007-05-10 |
Jess Robinson |
Oops, unbreak stupid txn_begin change |
tree | commitdiff |
2007-05-09 |
Jess Robinson |
No nested transactions in SQLite. |
tree | commitdiff |
2007-05-03 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-05-02 |
Nigel Metheringham |
Documented use of cursor->next for fast but uncomfortab... |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
I'm a retard. |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
Removed 8.pm and updated Changelog. |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
Merge 'oracle8' into 'DBIx-Class-current' |
tree | commitdiff |
2007-03-13 |
David Jack Olrik |
Merge 'DBIx-Class-current' into 'oracle8' |
tree | commitdiff |
next |