dbsrgits/DBIx-Class.git
2008-09-28 Matt S Trout new_related works again
2008-09-24 Johannes Plunien thanks to ribasushi for _sqlite_dbname and fixing 93sto...
2008-09-24 Johannes Plunien not checking if t/var/DBIxClass.db was created anymore...
2008-09-24 Johannes Plunien doing ->init_schema( sqlite_use_file => 1 ) in 92storag...
2008-09-24 Johannes Plunien default sqlite storage ":memory:", possible to switch...
2008-09-24 Matt S Trout first cut at sanitising multi-create/new_related etc...
2008-09-22 Jess Robinson FAQ patch from Alex, how to make oracle searches case...
2008-09-22 Peter Rabbitson Make t/93single_accessor_object.t work under DBICTEST_S...
2008-09-21 Peter Rabbitson Revert r482[45], by implementing a better version of...
2008-09-19 Matt S Trout delete mention of broken HashRefInflator global
2008-09-19 Matt S Trout removed retarded global; if you want this feature,...
2008-09-16 Matt S Trout fixup get_from_storage and delete to use original ident
2008-09-16 Wallace Reis getting rid of warns about undefined value for accessor
2008-09-15 Florian Ragwitz Add myself to CONTRIBUTORS.
2008-09-13 Matt S Trout use unlike in test to make error report more useful
2008-09-09 Peter Rabbitson Consistent skip messages throughout the test suite...
2008-09-09 Peter Rabbitson Align self-deploying tests with the CD schema changes...
2008-09-03 g Fixed wrong field names: cd.cdid -> cd.id, artist.artis...
2008-08-31 Jess Robinson Added doc patches from g about cascade_delete
2008-08-31 Marc Mims Adedd TODO test demonstrating $rs->delete failure for...
2008-08-28 Peter Rabbitson Forgot to modify Changes - looks good to castaway :D
2008-08-28 Peter Rabbitson doh2
2008-08-28 Matt S Trout doh
2008-08-27 John Goulah adding contact details per lukes request; added docs...
2008-08-27 John Napiorkowski fixed braindead typo in docs telling people to use...
2008-08-26 John Goulah virtual method so user can create upgrade path across...
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-08-25 Peter Rabbitson Force on_delete/on_update arguments to upper case for...
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-08-22 Peter Rabbitson Multiple HashRefInflator improvements:
2008-08-21 Peter Rabbitson Align arguments of $schema->deployment_statements(...
2008-08-21 Peter Rabbitson Properly local()ize several $SIG{__WARN__} handlers
2008-08-14 Tom Hukins Add metadata about the license and repository used...
2008-08-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-08-12 Jess Robinson Add saner warning when non-source classes encountered...
2008-08-07 Luke Saunders separated upgrade statement execution to new method
2008-08-07 Luke Saunders proxying new storage method
2008-08-07 Luke Saunders reverted back to previous compose_namespace method...
2008-08-07 Luke Saunders further simplified compose_namespace
2008-08-07 Luke Saunders refactored compose_namepspace
2008-08-06 Luke Saunders added with_deferred_fk_checks functionality to storage
2008-08-06 Luke Saunders fixed failing extra_source test
2008-08-01 Luke Saunders fixed clone bug
2008-07-31 Luke Saunders switched to just registering extra source rather than...
2008-07-31 Luke Saunders added register_extra_source
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2008-07-24 Luke Saunders skipped test which relies on module if module isn't...
2008-07-24 Jess Robinson Added doc patch about race condition in find_or_create...
2008-07-24 Jess Robinson Added 98rows_prefetch.t from Christopher Davaz, todo...
2008-07-24 Luke Saunders incremented version number in prep for dist
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-23 J. Shirley Skipping this unless we have Clone
2008-07-23 Matt S Trout more author requirements
2008-07-23 Matt S Trout fix cycle, reformat to 80 cols
2008-07-23 John Napiorkowski replication tests needs Test::Moose
2008-07-23 Matt S Trout fix skip
2008-07-21 John Napiorkowski Merge 'replication_dedux' into 'trunk'
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2008-07-18 John Napiorkowski updated CHANGES, removed debug code left by accident...
2008-07-18 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-17 Guillermo Roditi Merge 'complex_join_rels' into 'trunk'
2008-07-17 Guillermo Roditi Changes and AUTHORS
2008-07-16 Guillermo Roditi _is_deteministic_value
2008-07-16 Guillermo Roditi Merge 'trunk' into 'complex_join_rels'
2008-07-16 Ash Berlin Update docs re txn_scope_guard
2008-07-15 Luke Saunders Merge 'versioning' into 'trunk'
2008-07-15 Luke Saunders removed EXPERIMENTAL notices
2008-07-15 Luke Saunders major versioning doc refactor
2008-07-15 Johannes Plunien Skip custom query sources
2008-07-14 Luke Saunders reordered methods of Versioned.pm and factored the...
2008-07-14 Luke Saunders Merge 'trunk' into 'versioning'
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-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...
next