Improve IC::DT timezone checker POD, add note explaining code weirdness
[dbsrgits/DBIx-Class.git] / lib /
2008-10-26 Peter Rabbitson Improve IC::DT timezone checker POD, add note explainin...
2008-10-26 Johannes Plunien typo in pod
2008-10-26 Johannes Plunien referencing DateTime/Floating_DateTimes
2008-10-26 Johannes Plunien floating timezone warning
2008-10-24 Johannes Plunien rafl refactored last changes
2008-10-24 Johannes Plunien added myself to CONTRIBUTORS
2008-10-24 Johannes Plunien possible to explicitly skip inflation, again rafl++
2008-10-24 Johannes Plunien added new option to enforce Date or DateTime inflation...
2008-10-24 Peter Rabbitson Massive multi-create testing, with two regression fixes:
2008-10-24 Michael G Schwern Using DBIx::Class as a parent causes Class::Accessor...
2008-10-23 Nigel Metheringham Added warnning to $rs->delete which fires if delete...
2008-10-16 Simon Elliott patch ->delete to die if args
2008-10-12 Peter Rabbitson Downgrading multi-prefetch exception to a warning as...
2008-10-11 Jess Robinson Modernised and rearranged docs massively into a saner...
2008-10-11 Jess Robinson Modernise docs
2008-10-08 Peter Rabbitson Minor documentation patch by Flavio Poletti - remove...
2008-10-07 Jess Robinson Add documentation to indicate that calling find, find_o...
2008-10-07 Peter Rabbitson Silence SQLite ->disconnect warnings
2008-10-07 Peter Rabbitson Merge 'warnfree' into 'trunk'
2008-10-06 Jess Robinson cosmincx's patch to show relationship attr filtering...
2008-10-06 Marc Mims Use DBI->last_insert_id for ODBC base class.
2008-10-05 Jess Robinson Fix incorrect relationship docs!
2008-10-05 Jess Robinson Rename _merge_attr args to something saner than $a, $b
2008-09-30 Matt S Trout fix new_related on uninserted objects to handle has_man...
2008-09-30 Peter Rabbitson Better docs about single()
2008-09-29 Peter Rabbitson Add cookbook discussion of single() vs first()
2008-09-29 Jess Robinson Doc patch from jhannah
2008-09-28 Peter Rabbitson mst is right: there is no sane way to allow automatic...
2008-09-28 Matt S Trout new_related works again
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-21 Peter Rabbitson SQLite is rather peculiar on disconnection as described...
2008-09-21 Peter Rabbitson Fix warning due to File::Copy being sloppy
2008-09-21 Peter Rabbitson Revert r482[45], by implementing a better version of...
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-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-28 Peter Rabbitson Forgot to modify Changes - looks good to castaway :D
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-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 Jess Robinson Added doc patch about race condition in find_or_create...
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 Matt S Trout fix cycle, reformat to 80 cols
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 Changes and AUTHORS
2008-07-16 Guillermo Roditi _is_deteministic_value
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-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 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
next