dbsrgits/DBIx-Class.git
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-09 Luke Saunders Merge 'trunk' into 'replication_dedux'
2008-07-09 Luke Saunders fixed versioned stuff to strip BEGIN from sql files
2008-07-07 John Napiorkowski updated documentation, adding some hints and details...
2008-07-07 John Napiorkowski added some notes in the tests and fixed get_from_storag...
2008-07-07 John Napiorkowski removed some debugging comments, removed transaction...
2008-07-07 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-07 Luke Saunders moved schema_version from Versioning to core
2008-07-04 Luke Saunders made versioning overwrite ddl and diff files where...
2008-07-03 Peter Rabbitson Minor cookbook fix (two adjacent examples were mixed up)
2008-07-02 Wallace Reis updating changelog
2008-07-02 Ash Berlin Add caveat about prefetch
2008-06-30 Luke Saunders implemented versioning tests for version warns
2008-06-30 Luke Saunders added ignore_version connect attr and updated docs...
2008-06-30 Brian Cassidy update marcus in the authors
2008-06-30 Nigel Metheringham Corrected spelling of TRANSACTION in code reading sql...
2008-06-30 Brian Cassidy change my nick
2008-06-27 Luke Saunders changed default behaviour of do_upgrade in versioned...
2008-06-26 Jess Robinson Remove setup_connection_class from POD, skip in podcoverage
2008-06-26 Will Hawes add troubleshooting examples for quoting issues
2008-06-25 Will Hawes clarify that ->resultset_class must be called after...
2008-06-19 John Napiorkowski renamed get_current_storage to get_from_storage since...
2008-06-19 John Napiorkowski removed ->reload_row from storage, changed this to...
2008-06-19 Cory G Watson Add make_column_dirty to Row (per request from #dbix...
2008-06-19 Jess Robinson Merge 'trunk' into 'replication_dedux'
2008-06-12 John Napiorkowski more cleanly separated DBIC::Storage::Replicated from...
2008-06-11 Jess Robinson Blasted relation docs..
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-11 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-11 Jess Robinson Add docs to update mentioning scalar refs and discard_c...
2008-06-11 Jess Robinson Point at "prefetch" in the get/set cache docs
2008-06-10 Luke Saunders Merge 'parser_fk_index' into 'trunk'
2008-06-10 Luke Saunders fixed failing test
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-06-10 Luke Saunders added some perldoc
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-05 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-05 Brandon L.... remove a line from the threads test that had the potent...
2008-06-05 Brandon L.... _verify_pid mods _dbh, so we must call it again here
2008-06-04 John Napiorkowski fixed boneheaded failure to properly propogate txn_do
2008-06-04 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-03 Ash Berlin Remove Digest::SHA1 dep too
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
2008-06-03 John Napiorkowski fix to make sure execute_reliably method properly finds...
2008-06-02 Jess Robinson I suck, should read code while doccing it, not assume...
2008-06-02 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-01 Ash Berlin Prepare for new dev release
2008-05-31 Jess Robinson Fix broken pod test (missing newline!)
2008-05-30 Jess Robinson Update docs for best practices and correctness.
2008-05-30 John Napiorkowski reverted unneeded change to field name in Treelike...
2008-05-30 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-30 Jess Robinson Updating to new doc standard.
2008-05-30 Peter Rabbitson Adjust prefetch tests to not blow up after r4434
2008-05-30 Ash Berlin Tidy up TxnScopeGuard and its tests a bit
2008-05-30 Ash Berlin Make irc/mailing list much more prominent in the docs
2008-05-30 Matt S Trout throw exception for multi-has_many prefetch
2008-05-30 John Napiorkowski fixed failing test for sqlt
2008-05-30 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-30 Ash Berlin Update docs (and code changes that were missed from...
2008-05-30 Ash Berlin Make ingore_{constraint,index}_names default
2008-05-30 Jess Robinson Started doc standards doc in Manual::Reading.
2008-05-30 Matt S Trout fix SQL::Translator parser to add $table_idx_ on the...
2008-05-30 John Napiorkowski fixed failing test in podcoverage, fixed regression...
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-28 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-27 Matt S Trout version bump, deprecated ResultSetManager
2008-05-27 Ash Berlin Fix var name typo in cookbook
2008-05-27 Ash Berlin Add set_cache example to cookbook
2008-05-27 Ash Berlin Update FAQ to mention behavour of scalar refs w.r.t...
2008-05-19 Jess Robinson Oops, =cut after the pod not in the middle
2008-05-19 Jess Robinson Added doc for "for => update" attribute, thanks StuartL.
2008-05-16 John Napiorkowski make sure that the Pool validates the replicants on...
2008-05-14 John Napiorkowski documentation updates
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 removed bad tabbing
2008-05-09 John Napiorkowski doh, replaced ability to configure pool args via the...
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 Merge 'trunk' into 'replication_dedux'
2008-05-09 Brian Cassidy pod fix (RT #32988)
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-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-08 Brian Cassidy add RT ticket number to changes
2008-05-08 Brian Cassidy add Test::Exception to deps (RT #34256). move testing...
2008-05-08 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-05-08 Nigel Metheringham cascade_copy docs (format fixed)
next