created storage method to execute a coderef using master storage only, changed tnx_do...
[dbsrgits/DBIx-Class.git] / t /
2008-05-28 John Napiorkowski created storage method to execute a coderef using maste...
2008-05-28 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-27 Matt S Trout version bump, deprecated ResultSetManager
2008-05-14 John Napiorkowski changed SQLT::Parser::DBIC so that in FK constraints...
2008-05-14 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-12 Peter Rabbitson Add failing tests for missing safeguards for multilevel...
2008-05-11 Luke Saunders sanified new multi_create test
2008-05-11 Luke Saunders added test for find or create related functionality...
2008-05-09 John Napiorkowski changed the way args are passed to a storage type that...
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-08 John Napiorkowski converted replicant to a role so that we can apply...
2008-05-08 John Napiorkowski more cleanup of the test suite so that we can run it...
2008-05-08 John Napiorkowski lots of updates to make the test suite work with databa...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
2008-05-07 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-07 Peter Rabbitson Various fixes to make testing with DBICTEST_SQLT_DEPLOY...
2008-05-07 Peter Rabbitson Correct order of BEGIN/use so that skip_all does not...
2008-05-07 Peter Rabbitson Merge 'trunk' into 'replication_dedux'
2008-05-07 Peter Rabbitson Fix a forgotten CDBICompat component relocation
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-06 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-06 John Napiorkowski changed the warning on DBIC::Storage::DBI->select_singl...
2008-05-05 John Napiorkowski removed code that tossed an error in select_single...
2008-05-05 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-05 John Napiorkowski updated mysql test to reflect the fetch without execute...
2008-05-05 Matt S Trout make override follow Replication -> Replicated rename
2008-05-05 John Napiorkowski removed query count stuff from trunk so we can play...
2008-05-01 John Napiorkowski changed replication test to support custom database...
2008-04-30 John Napiorkowski added test to check when nothing is found
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 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-28 John Napiorkowski minor formatting updates and typos fixes to the schema...
2008-04-25 John Napiorkowski fixed up the replication test, added some tests for...
2008-04-23 Matt S Trout todo test from zby for set_from_related
2008-04-22 John Napiorkowski added role for the at query interval run job system
2008-04-20 Peter Rabbitson TODO tests for multiple same level has_many's
2008-04-20 Peter Rabbitson Split prefetch related tests from 76joins.t
2008-04-20 Matt S Trout add TODO on constraint check
2008-04-20 Matt S Trout fix loading checks
2008-04-18 John Napiorkowski querycounter role, test for that and a new schema hiera...
2008-04-17 John Napiorkowski removed pointless debugging module
2008-04-17 John Napiorkowski - added tests to replication to make sure dbd::multi...
2008-04-11 Daniel Westermann... Add warnings for non-unique find usage and improve...
2008-04-01 Ash Berlin Missing file
2008-04-01 Ash Berlin Constraint/index name fix from rdj
2008-03-25 Anders Nor Berle Back all savepoint tests out of (mysql|pg).t
2008-03-25 Anders Nor Berle Various fun things.
2008-03-24 Marc Mims Merge 'file_column' into 'trunk'
2008-03-24 Anders Nor Berle Initial commit of auto_savepoint + some fixes
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2008-03-19 Ash Berlin Tests for error propogation of multi create errors
2008-03-17 Ash Berlin Fix test to reflect correct default state for deferrabl...
2008-03-15 Michael G Schwern Simplify and speed up the accessor_name_for() code.
2008-03-15 Dagfinn Ilmari Man... $dbh->doe doesn't take (Raise|Print)Error attributes...
2008-03-15 Michael G Schwern Eliminate expensive calls to can() in some very hot...
2008-03-14 Michael G Schwern Improve add_constructor() support to handle ORDER BY...
2008-03-14 Michael G Schwern Fix the skip condition.
2008-03-13 Michael G Schwern Detabify
2008-03-13 Michael G Schwern Make this test depend on having DeepAbstractSearch...
2008-03-13 Michael G Schwern Fix podcoverage test for the new SQLTransformer.pm
2008-03-13 Michael G Schwern Make Class::DBI::Plugin::DeepAbstractSearch work.
2008-03-13 Michael G Schwern Test lazy loading with a deleted object.
2008-03-13 Michael G Schwern Test the behavior of construct() with temp columns.
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2008-03-11 Ash Berlin Fix errors from resultset components (and move tests...
2008-03-11 Ash Berlin test to make sure the errors in components of resultset...
2008-03-11 Ash Berlin Fix depend on Time::Piece for cdbi
2008-03-11 Matt S Trout fix Date::Simple req in t/cdbi-t/04-lazy.t
2008-03-11 Matt S Trout moved t/cdbi-t/08-inheritcols.t to use CDBICompat
2008-03-11 Matt S Trout moving t/cdbi-t/hasa_without_loading.t to CDBICompat...
2008-03-11 Matt S Trout Merge 'cdbicompat_integration' into 'trunk'
2008-03-11 Michael G Schwern Fixed a heisenbug where looking at a column group would...
2008-03-10 Marcus Ramberg proper skip
2008-03-07 Michael G Schwern Wrap columns() in an array ref for better is_deeply...
2008-03-07 Michael G Schwern Make meta_info() 'args' work.
2008-03-07 Michael G Schwern Fix the skip for DBD::Multi
2008-03-07 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-03-04 Luke Saunders Merge 'trunk' into 'versioned_enhancements'
2008-03-04 Aaron Trevena roughly DTRT - please to be making less awful
2008-03-04 Aaron Trevena works but shouldn't
2008-03-04 Ash Berlin is_deferrable patch from Debolaz
2008-03-01 Ash Berlin Fix versioning test so it works with SQLT 0.09. v0.08010
2008-02-29 Ash Berlin Merge 'trunk' into 'cdbicompat_integration'
2008-02-28 Ash Berlin Todo tests for txn_rollback and scope_guard
2008-02-28 Luke Saunders changed versioning table from SchemaVersions to dbix_cl...
2008-02-24 Michael G Schwern Remove the now redudant ObjIndexStubs.
2008-02-24 Michael G Schwern Add NoObjectIndex which turns the live object index...
2008-02-24 Michael G Schwern Fix the DESTROY/discard_changes() infinite recursion...
2008-02-24 Michael G Schwern The infinite loop with sub DESTROY { $_[0]->discard_cha...
2008-02-24 Michael G Schwern Ensure that has_many() loads the foreign class.
2008-02-21 Michael G Schwern Add in a warning if a column is declared as TEMP but...
2008-02-21 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-02-14 Michael G Schwern Implement cascade => "None"
2008-02-14 Michael G Schwern cascade delete test from Class-DBI 3.0.17
2008-02-14 Michael G Schwern Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin...
next