Commit some debugging code
[dbsrgits/DBIx-Class.git] / Changes
2009-01-23 Peter Rabbitson Dev-Release 0.08099_06
2009-01-21 Peter Rabbitson Fill in some missing changes
2009-01-16 Peter Rabbitson Proper MSSQL last_insert_id() scoping patch by abraxxa
2008-12-16 Guillermo Roditi minor typo and style change
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
2008-11-13 Peter Rabbitson resultset attribute from can now take a scalarref and...
2008-11-01 Johannes Plunien rolling back my last change, waiting until new sqlt...
2008-11-01 Johannes Plunien updated Changes
2008-10-30 Peter Rabbitson Dev-Release 0.08099_05
2008-10-26 Johannes Plunien updated last changes of InflateColumn::DateTime
2008-10-16 Simon Elliott patch ->delete to die if args
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-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-08-28 Peter Rabbitson Forgot to modify Changes - looks good to castaway :D
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-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-08-06 Luke Saunders added with_deferred_fk_checks functionality to storage
2008-08-01 Luke Saunders fixed clone bug
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 incremented version number in prep for dist
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-17 Guillermo Roditi Changes and AUTHORS
2008-07-02 Wallace Reis updating changelog
2008-06-19 Cory G Watson Add make_column_dirty to Row (per request from #dbix...
2008-05-30 Matt S Trout throw exception for multi-has_many prefetch
2008-05-30 Ash Berlin Make ingore_{constraint,index}_names default
2008-05-27 Matt S Trout version bump, deprecated ResultSetManager
2008-05-09 Brian Cassidy pod fix (RT #32988)
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-06 John Napiorkowski updated Changes to document Replicated Storage type...
2008-05-05 Matt S Trout no author notes in Changes if you're already in CONTRIB...
2008-05-05 Matt S Trout improvements to the META.yml magic
2008-04-11 Daniel Westermann... Add warnings for non-unique find usage and improve...
2008-04-01 Ash Berlin Constraint/index name fix from rdj
2008-03-24 Anders Nor Berle Mention savepoint support in Changes
2008-03-17 Ash Berlin Fix is_deferrable and respcet sqltargs properly
2008-03-11 Ash Berlin Fix errors from resultset components (and move tests...
2008-03-05 Luke Saunders added entry in Changes for versioning branch
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-28 Ash Berlin Todo tests for txn_rollback and scope_guard
2008-02-26 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-02-10 Ash Berlin Add txn_scope_guard method/object
2008-01-30 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-01-24 Jess Robinson 0.08009 released
2008-01-20 Matt S Trout made search_rs smarter about when to preserve the cache...
2008-01-11 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-01-03 Yuval Kogman changelog
2008-01-02 Marc Mims Added Storage::DBI subclass for MSSQL auto PK over...
2008-01-02 Chris Prather move dbicadmin to JSON::Any
2007-12-20 Ash Berlin Add proper thaw hooks so schema gets re-attached
2007-11-24 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2007-11-16 Ash Berlin Version bump
2007-11-15 Ash Berlin Fix t/82cascade_copy.t
2007-10-29 Luke Saunders spelt Zby's name properly
2007-10-29 Luke Saunders fixed _merge_attr bug
2007-10-27 Ash Berlin Reorder Changes file. (New changes go at bottom of...
2007-10-26 Luke Saunders the checks in reverse_relationship_info are less ambiguous
2007-10-23 Luke Saunders added entry to Changes
2007-10-22 Luke Saunders fixed problem with duplicate related objects for Row...
2007-10-20 Ash Berlin Added startup checks to warn loudly if we appear to...
2007-10-12 Ash Berlin Remove add_index and replace it with sqlt_deploy_hook
2007-10-12 Ash Berlin Add an add_index method on ResultSource (and proxy...
2007-10-07 Ash Berlin Timezone support for InflateColumn::DateTime (sergio)
2007-10-03 Ash Berlin Many-to-many relationships now warn if the utility...
2007-09-27 Brian Cassidy ResultSetColumn::func() now returns all results if...
2007-09-25 Ash Berlin Throw if "foreign." and "self." are wrong way round...
2007-09-04 Ash Berlin Bump for New relase
2007-08-21 Matt S Trout oracle datetime inflator patch
2007-08-21 Matt S Trout note on_connect_do changes
2007-08-12 Ash Berlin Prepare for new dist
2007-08-11 Ash Berlin Move to using Class::C3::Componentised
2007-08-08 Matt S Trout timestamp+pg fix
2007-08-08 Matt S Trout rejig resultset construction for related_resultset
2007-08-07 Adam Herzog Fix bind params debugging output; consolidate some...
2007-08-07 Matt S Trout fix for AccessorGroup
2007-08-07 Luke Saunders fixed storage->connected fork bug
2007-08-07 Cory G Watson Refactor Statistics to clean up printing of debug info...
2007-08-06 Matt S Trout final changes for 08004 dist
2007-08-04 Matt S Trout cleanup cursor class handling
2007-08-03 Matt S Trout add default_resultset_attributes entry to Schema
2007-08-03 Matt S Trout optimisation in cursor
2007-07-26 Luke Saunders applied patch from davinch: fix bug with create_multi...
2007-07-21 Brandon L. Black Changes update for my txn fix a few days ago
2007-07-20 Matt S Trout AccessorGroup is now a Class::Accessor::Grouped subclass
2007-07-18 Marcus Ramberg Make ensure_class_loaded behave better with malformed...
2007-07-17 Matt S Trout non-destructive hashref handling for connect_info options
2007-07-17 Matt S Trout fix for count after slice (report and tests from JOHANL)
2007-07-16 Matt S Trout fixup for datetime parser from Matt Lawrence (mattlaw)
2007-07-16 Matt S Trout 08003 changes
2007-07-10 Matt S Trout fixes to multi-create
2007-07-09 Matt S Trout many-many rel fix
next