dbsrgits/DBIx-Class.git
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 updated Changes to document Replicated Storage type...
2008-05-06 John Napiorkowski changed the warning on DBIC::Storage::DBI->select_singl...
2008-05-05 Daniel Westermann... Note that single expects a single row in the ResultSet...
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 Matt S Trout no author notes in Changes if you're already in CONTRIB...
2008-05-05 John Napiorkowski updated mysql test to reflect the fetch without execute...
2008-05-05 Matt S Trout improvements to the META.yml magic
2008-05-05 Matt S Trout missed another package line
2008-05-05 Matt S Trout restore debolaz's cleanup patch since it's not what...
2008-05-05 Matt S Trout make override follow Replication -> Replicated rename
2008-05-05 Matt S Trout this was meant to be deleted with the rest of the Moose...
2008-05-05 John Napiorkowski removed query count stuff from trunk so we can play...
2008-05-05 Matt S Trout reverse r4290 since we -do- -not- currently want these...
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 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-25 John Napiorkowski renamed replication storage to replicated (since it...
2008-04-25 Luke Saunders removed auto-generated indexes from being explicitly...
2008-04-24 Anders Nor... Fix PAUSE indexing of packages
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 Add a proxy deploy_statements() method executable direc...
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-16 Jess Robinson Documentation updates from omega, carbon
2008-04-11 Daniel Westermann... Add warnings for non-unique find usage and improve...
2008-04-09 Tom Hukins Fix a typo.
2008-04-09 Tom Hukins As of revision 4232, DBIx::Class uses Path::Class....
2008-04-01 Ash Berlin Missing file
2008-04-01 Ash Berlin Constraint/index name fix from rdj
2008-04-01 Ash Berlin Removing since Build.PL is not longer supported in...
2008-03-27 Wallace Reis fixed typos
2008-03-26 Wallace Reis added search_related_rs at resultset
2008-03-26 Matt S Trout fix pod fail
2008-03-26 Michael G Schwern CDBICompat::Relationships uses Clone. Make CDBICompat...
2008-03-25 Anders Nor... Back all savepoint tests out of (mysql|pg).t
2008-03-25 Anders Nor... And document the last changes
2008-03-25 Anders Nor... Various fun things.
2008-03-24 Øystein Torget Merge 'storage-ms-access' into 'trunk'
2008-03-24 Marc Mims Merge 'file_column' into 'trunk'
2008-03-24 Anders Nor... Merge 'savepoints' into 'trunk'
2008-03-24 Anders Nor... Mention savepoint support in Changes
2008-03-24 Anders Nor... Fix typo.
2008-03-24 Anders Nor... Document the auto_savepoint option for connect_info
2008-03-24 Anders Nor... 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-22 Wallace Reis pod fixes
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-17 Ash Berlin Fix is_deferrable and respcet sqltargs properly
2008-03-15 Michael G Schwern Simplify and speed up the accessor_name_for() code.
2008-03-15 Dagfinn Ilmari... Eliminate remaining uses of $self->dbh_do($self->can...
2008-03-15 Dagfinn Ilmari... $dbh->doe doesn't take (Raise|Print)Error attributes...
2008-03-15 Michael G Schwern Missing requires of Test::NoWarnings
2008-03-15 Michael G Schwern Reduce the number of times $self->_dbh is called inside...
2008-03-15 Michael G Schwern Forgot to require Test::Warn
2008-03-15 Michael G Schwern Eliminate expensive calls to can() in some very hot...
2008-03-15 Michael G Schwern Add missing method to NoObjectIndex.
2008-03-14 Michael G Schwern A little performance hack to speed up efficiency. ...
2008-03-14 Michael G Schwern Better emulation of add_constructor, unfortunately...
2008-03-14 Michael G Schwern Reorder the accessor_name_for() check to get the more...
2008-03-14 Michael G Schwern Improve add_constructor() support to handle ORDER BY...
2008-03-14 Michael G Schwern Move has_a() code out of ColumnCase. That should be...
2008-03-14 Michael G Schwern Move code having to do with adding columns out of Colum...
2008-03-14 Michael G Schwern Move the code to create accessors out of ColumnCase...
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 Document that DeepAbstractSearch will work.
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-12 Michael G Schwern Fix lazy loading when the object has been deleted
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2008-03-11 Ash Berlin Make throw_exception in RS a bit more forgiving too
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...
next