::Replicated - test hashref for connect_replicants and croak on coderef, switch to...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2009-05-04 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2009-05-04 Rafael Kitover support hashrefs for connect_replicants
2009-04-21 Peter Rabbitson New SQLite kicks ass - remove some warning silencers...
2009-03-11 Wallace Reis removed configure_sqlt method
2009-03-09 Peter Rabbitson Strip bogus Data::Dump requires
2009-03-03 Peter Rabbitson Put code back into branch (and fix trunk snafu)
2009-03-03 Peter Rabbitson Backout entire sybase/nobindvars/noquote changeset...
2009-03-03 Peter Rabbitson Clarify sybase/nobindvars problem (should have never...
2009-02-27 Peter Rabbitson Fix some should_quote_data_type problems
2009-02-27 Peter Rabbitson Merge 'sybase' into 'trunk'
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
2009-02-18 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-18 John Napiorkowski Merge 'trunk' into 'subquery'
2009-02-18 John Napiorkowski I guess ensure_connected does not have a return value...
2009-02-18 Rob Kinyon as_query now provides its own parens
2009-02-17 Rafael Kitover minor Oracle changes
2009-02-17 Norbert Buchmuller * Added the missing POD of a sub.
2009-02-16 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-16 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-16 Peter Rabbitson Some cleanups of oracle patch
2009-02-16 Rafael Kitover sorry, I fucked up the indentation...
2009-02-15 Rafael Kitover Improved connected logic for Oracle storage
2009-02-15 Johannes Plunien RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic...
2009-02-13 Rafael Kitover Throw exception on invalidated session if in a transaction.
2009-02-13 Rafael Kitover Some fixes for Oracle edge cases
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests
2009-01-16 Peter Rabbitson Proper MSSQL last_insert_id() scoping patch by abraxxa
2009-01-14 Rafael Kitover auto_savepoint support for Oracle and a note on txn_do...
2008-12-22 Yuval Kogman map blob to PG_BYTEA on DBD::Pg
2008-12-19 John Napiorkowski more noise debugging messages if debug is on, minor...
2008-12-15 John Napiorkowski changes to replication so that if a replicant is offlin...
2008-11-20 Jess Robinson Fix pod errors so that some storage subclasses show...
2008-11-10 Peter Rabbitson Switch out one more reliance on connect_info
2008-11-10 John Napiorkowski changed the way we get the DSN for debugging in replication
2008-10-07 Peter Rabbitson Silence SQLite ->disconnect warnings
2008-10-06 Marc Mims Use DBI->last_insert_id for ODBC base class.
2008-08-27 John Napiorkowski fixed braindead typo in docs telling people to use...
2008-08-24 Matt S Trout first cut at vairable bind vars for sybase
2008-08-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-08-07 Luke Saunders proxying new storage method
2008-08-06 Luke Saunders added with_deferred_fk_checks functionality to storage
2008-07-23 John Napiorkowski podcoverage test now requires minimum 0.19 version...
2008-07-23 John Napiorkowski changed some replication POD so that we get correctly...
2008-07-18 John Napiorkowski updated CHANGES, removed debug code left by accident...
2008-07-11 John Napiorkowski just a tiny grammer fix to POD
2008-07-11 John Napiorkowski added tests for required modules, minor documentation...
2008-07-10 John Napiorkowski make sure debugobj calls always go to the master
2008-07-10 John Napiorkowski fixed regression in the random balancer that I created...
2008-07-09 John Napiorkowski make sure various Storage mutators correctly return...
2008-07-09 John Napiorkowski removed the mistaken debug code
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
2008-07-09 John Napiorkowski use BUILDARGS intead of wrapping new, added make_immuta...
2008-07-07 John Napiorkowski updated documentation, adding some hints and details...
2008-07-07 John Napiorkowski removed some debugging comments, removed transaction...
2008-06-19 John Napiorkowski removed ->reload_row from storage, changed this to...
2008-06-12 John Napiorkowski more cleanly separated DBIC::Storage::Replicated from...
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-07 John Napiorkowski clarified documentation about setting up slave dsn
2008-06-05 John Napiorkowski all your tabs belong to spaces
2008-06-04 John Napiorkowski fixed boneheaded failure to properly propogate txn_do
2008-06-03 John Napiorkowski fix to make sure execute_reliably method properly finds...
2008-05-29 John Napiorkowski changed Storage->reload_row to do less, reverted some...
2008-05-29 John Napiorkowski discard changes now is forced to use master for replica...
2008-05-28 John Napiorkowski created storage method to execute a coderef using maste...
2008-05-16 John Napiorkowski make sure that the Pool validates the replicants on...
2008-05-14 John Napiorkowski documentation updates
2008-05-09 John Napiorkowski removed bad tabbing
2008-05-09 John Napiorkowski doh, replaced ability to configure pool args via the...
2008-05-09 John Napiorkowski changed the balancer to a role, created a new class...
2008-05-09 John Napiorkowski good start on the validation of replicants and a system...
2008-05-09 John Napiorkowski fixed up the relicant status tests to exclude them...
2008-05-09 John Napiorkowski fixed up the relicant status tests to exclude them...
2008-05-08 John Napiorkowski converted replicant to a role so that we can apply...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
2008-05-07 John Napiorkowski documented methods for detecting replicant reliability...
2008-05-07 John Napiorkowski refactored the duties of the different balancer classes...
2008-05-05 Matt S Trout restore debolaz's cleanup patch since it's not what...
2008-05-05 Matt S Trout reverse r4290 since we -do- -not- currently want these...
2008-04-30 John Napiorkowski cleanup of some docs, got the default shuffling balance...
2008-04-30 John Napiorkowski added some advice to debugging replicants so that we...
2008-04-30 John Napiorkowski added some advice to debugging replicants so that we...
2008-04-30 John Napiorkowski got first pass on the replication and balancer, passing...
2008-04-30 John Napiorkowski new config option to DBICTest to let you set an alterna...
2008-04-25 John Napiorkowski fixed up the replication test, added some tests for...
2008-04-25 John Napiorkowski renamed replication storage to replicated (since it...
2008-04-24 Anders Nor Berle Fix PAUSE indexing of packages
2008-04-18 John Napiorkowski querycounter role, test for that and a new schema hiera...
2008-04-17 John Napiorkowski - added tests to replication to make sure dbd::multi...
2008-03-26 Matt S Trout fix pod fail
2008-03-24 Øystein Torget Merge 'storage-ms-access' into 'trunk'
2008-03-24 Anders Nor Berle Initial commit of auto_savepoint + some fixes
2008-03-23 Cory G Watson Remove unnecessary passing of $self->dbh as a separate...
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2008-03-15 Dagfinn Ilmari Man... Eliminate remaining uses of $self->dbh_do($self->can...
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2008-03-06 Øystein Torget Added the function bind_attributes_by_data_type to...
2008-03-04 Luke Saunders Merge 'trunk' into 'versioned_enhancements'
next